deleteKey abstract method

Future<void> deleteKey(
  1. String keyId
)

Delete encryption key

Implementation

Future<void> deleteKey(String keyId);