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