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