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