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