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