We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006ecfa commit 1e046eaCopy full SHA for 1e046ea
1 file changed
lib/util/biometrics.dart
@@ -23,6 +23,8 @@ class BiometricUtil {
23
return true;
24
} else if (availableBiometrics.contains(BiometricType.fingerprint)) {
25
26
+ } else if (availableBiometrics.contains(BiometricType.strong)) {
27
+ return true;
28
}
29
30
return false;
0 commit comments