biometricKeyExists method

Future<bool?> biometricKeyExists()

Implementation

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