SampleAesEncryption constructor

SampleAesEncryption({
  1. String? keyUri,
})

Implementation

SampleAesEncryption({
  this.keyUri,
});