biometricKeyExists method

Future<bool?> biometricKeyExists(
  1. bool checkValidity
)

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.',
  );
}