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