biometricKeyExists method

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

Implementation

Future<bool?> biometricKeyExists(bool checkValidity) {
  throw UnimplementedError(
      'biometricKeyExists(bool checkValidity) has not been implemented.');
}