EncryptionConfig constructor

EncryptionConfig(
  1. EncryptionMode? encryptionMode,
  2. String? encryptionKey
)

Constructs a EncryptionConfig

Implementation

EncryptionConfig(this.encryptionMode, this.encryptionKey);