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