Clarify getAvailableBiometrics documentation#11851
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Code Review
This pull request updates the documentation for the getAvailableBiometrics method in local_auth.dart to clarify that it returns biometrics available for the app to use, which may not include all enrolled biometrics if permissions are not granted. There are no review comments, and no additional feedback is provided.
|
Thanks for the contribution! In the future, please do not delete the checklist that is in the PR template; it is there for a reason. This PR is missing required elements described in the checklist, which need to be addressed before it moves forward with review. I am marking the PR as a Draft. Please re-add and complete the checklist, updating the PR as appropriate, and when that’s complete please feel free to mark the PR as ready for review. |
Summary
Fixes flutter/flutter#187512
Tests