shareWith method
Implementation
Future<EncryptedDocument> shareWith(String delegateId, EncryptedDocument document, { DocumentShareOptions? options }) async {
return await CardinalSdkPlatformInterface.instance.apis.document.encrypted.shareWith(
_sdkId,
delegateId,
document,
options,
);
}