EncryptionOptions constructor

EncryptionOptions({
  1. required bool useAwsOwnedKey,
  2. String? kmsKeyId,
})

Implementation

EncryptionOptions({
  required this.useAwsOwnedKey,
  this.kmsKeyId,
});