setRawReceiptAttachment method
Implementation
Future<EncryptedReceipt> setRawReceiptAttachment(String receiptId, String rev, String blobType, Uint8List attachment) async {
return await CardinalSdkPlatformInterface.instance.apis.receipt.setRawReceiptAttachment(
_sdkId,
receiptId,
rev,
blobType,
attachment,
);
}