DecryptResponse constructor

DecryptResponse({
  1. EncryptionAlgorithmSpec? encryptionAlgorithm,
  2. String? keyId,
  3. Uint8List? plaintext,
})

Implementation

DecryptResponse({
  this.encryptionAlgorithm,
  this.keyId,
  this.plaintext,
});