get<T> method

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

Returns a list of the communities to which a user belongs.

Implementation

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