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