deleteKeys method

Future<bool?> deleteKeys()

Deletes the stored biometric key if present.

Implementation

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