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