Encryption constructor

Encryption({
  1. String? kmsKey,
})

Implementation

Encryption({
  this.kmsKey,
});