getUserLevel<T> method

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

Returns one of the previously set game levels of one or more users in the application.

Implementation

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