get<T> method
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);
Returns a list of the communities to which a user belongs.
Future<ApiResponse<T>> get<T>(Map<String, Object> params) =>
_api.request<T>('groups.get', params);