encryptAndSetSecondaryAttachment method
Implementation
Future<EncryptedDocument> encryptAndSetSecondaryAttachment(Document document, String key, List<String>? utis, Uint8List attachment) async {
return await CardinalSdkPlatformInterface.instance.apis.document.encryptAndSetSecondaryAttachment(
_sdkId,
document,
key,
utis,
attachment,
);
}