deleteKey method

Future<void> deleteKey()

Delete the key pair from secure storage.

Implementation

Future<void> deleteKey() {
  throw UnimplementedError('deleteKey() has not been implemented.');
}