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