hasKey method

Future<bool> hasKey(
  1. String publicKeyBase64
)

Implementation

Future<bool> hasKey(String publicKeyBase64) {
  throw UnimplementedError('hasKey() has not been implemented.');
}