getTimeTables method
Implementation
Future<List<DecryptedTimeTable>> getTimeTables(List<String> timeTableIds) async {
return await CardinalSdkPlatformInterface.instance.apis.timeTable.getTimeTables(
_sdkId,
timeTableIds,
);
}
Future<List<DecryptedTimeTable>> getTimeTables(List<String> timeTableIds) async {
return await CardinalSdkPlatformInterface.instance.apis.timeTable.getTimeTables(
_sdkId,
timeTableIds,
);
}