Store encryption key securely
@override Future<void> storeKey(String keyId, String key) async { _keys[keyId] = key; }