keyExists method

Future<bool> keyExists(
  1. String alias
)

Checks if a key exists in secure storage.

Implementation

Future<bool> keyExists(String alias) {
  throw UnimplementedError('keyExists() not implemented');
}