get<T> method

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

Returns data required to show the status of a user or community.

Implementation

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