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