EncryptionConfig constructor

EncryptionConfig({
  1. String? kmsKey,
})

Implementation

EncryptionConfig({
  this.kmsKey,
});