getAndDecryptReceiptAttachment method
Implementation
Future<Uint8List> getAndDecryptReceiptAttachment(Receipt receipt, String attachmentId) async {
return await CardinalSdkPlatformInterface.instance.apis.receipt.getAndDecryptReceiptAttachment(
_sdkId,
receipt,
attachmentId,
);
}