Aes128Encryption constructor

Aes128Encryption({
  1. String? keyUri,
})

Implementation

Aes128Encryption({
  this.keyUri,
});