timeTableInfo method

Future<Response> timeTableInfo(
  1. int id
)

Implementation

Future<Response> timeTableInfo(int id) => get("$restAPIHost/timetable/$id", headers: {"charset" : "utf-8"});