get<T> method

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

Returns statistics of a community or an application.

Implementation

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