EncryptionConfiguration constructor

EncryptionConfiguration({
  1. required EncryptionOption encryptionOption,
  2. String? kmsKey,
})

Implementation

EncryptionConfiguration({
  required this.encryptionOption,
  this.kmsKey,
});