$Encryption constructor

$Encryption({
  1. String? keyUri,
})

Implementation

$Encryption({
  this.keyUri,
});