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