hasKey abstract method

Future<bool> hasKey(
  1. String keyId
)

Check if key exists

Implementation

Future<bool> hasKey(String keyId);