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