getAndTryDecryptMainAttachment method
Implementation
Future<Uint8List?> getAndTryDecryptMainAttachment(Document document, { bool Function(Uint8List)? decryptedAttachmentValidator }) async {
return await CardinalSdkPlatformInterface.instance.apis.document.getAndTryDecryptMainAttachment(
_sdkId,
document,
decryptedAttachmentValidator,
);
}