deleteKey method

Future<void> deleteKey(
  1. String alias
)

Deletes a key from secure storage.

Implementation

Future<void> deleteKey(String alias) {
  throw UnimplementedError('deleteKey() not implemented');
}