shareWithMany method
Implementation
Future<AccessLog> shareWithMany(AccessLog accessLog, Map<String, AccessLogShareOptions> delegates) async {
return await CardinalSdkPlatformInterface.instance.apis.accessLog.tryAndRecover.shareWithMany(
_sdkId,
accessLog,
delegates,
);
}