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