getCatalog<T> method

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

Returns communities list for a catalog category.

Implementation

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