GenerateDataKeyWithoutPlaintextResponse constructor

GenerateDataKeyWithoutPlaintextResponse({
  1. Uint8List? ciphertextBlob,
  2. String? keyId,
})

Implementation

GenerateDataKeyWithoutPlaintextResponse({
  this.ciphertextBlob,
  this.keyId,
});