setCounter<T> method

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

Sets a counter which is shown to the user in bold in the left menu.

Implementation

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