biometricKeyExists method
Checks whether the biometric key exists, optionally validating the key.
Implementation
Future<bool?> biometricKeyExists(bool checkValidity) {
throw UnimplementedError(
'biometricKeyExists(bool checkValidity) has not been implemented.',
);
}