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