getChairs<T> method

Future<ApiResponse<T>> getChairs<T>(
  1. Map<String, Object> params
)

Returns list of chairs on a specified faculty.

Implementation

Future<ApiResponse<T>> getChairs<T>(Map<String, Object> params) =>
    _api.request<T>('database.getChairs', params);