getChairs<T> method
Returns list of chairs on a specified faculty.
Implementation
Future<ApiResponse<T>> getChairs<T>(Map<String, Object> params) =>
_api.request<T>('database.getChairs', params);
Returns list of chairs on a specified faculty.
Future<ApiResponse<T>> getChairs<T>(Map<String, Object> params) =>
_api.request<T>('database.getChairs', params);