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