setRawMainAttachment method
Implementation
Future<EncryptedDocument> setRawMainAttachment(String documentId, String rev, List<String>? utis, Uint8List attachment, bool encrypted) async {
return await CardinalSdkPlatformInterface.instance.apis.document.setRawMainAttachment(
_sdkId,
documentId,
rev,
utis,
attachment,
encrypted,
);
}