DecryptResponse constructor
DecryptResponse({
- EncryptionAlgorithmSpec? encryptionAlgorithm,
- String? keyId,
- Uint8List? plaintext,
Implementation
DecryptResponse({
this.encryptionAlgorithm,
this.keyId,
this.plaintext,
});