getRawReceiptAttachment method
Implementation
Future<Uint8List> getRawReceiptAttachment(String receiptId, String attachmentId) async {
return await CardinalSdkPlatformInterface.instance.apis.receiptBasic.getRawReceiptAttachment(
_sdkId,
receiptId,
attachmentId,
);
}