storeKey abstract method

Future<void> storeKey(
  1. String keyId,
  2. String key
)

Store encryption key securely

Implementation

Future<void> storeKey(String keyId, String key);