EncryptionConfig constructor
EncryptionConfig(
- EncryptionMode? encryptionMode,
- String? encryptionKey
Constructs a EncryptionConfig
Implementation
EncryptionConfig(this.encryptionMode, this.encryptionKey);