tryDecryptAttachment method
Implementation
Future<Uint8List?> tryDecryptAttachment(Document document, Uint8List encryptedAttachment) async {
return await CardinalSdkPlatformInterface.instance.apis.document.tryDecryptAttachment(
_sdkId,
document,
encryptedAttachment,
);
}