setCounter<T> method
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);
Sets a counter which is shown to the user in bold in the left menu.
Future<ApiResponse<T>> setCounter<T>(Map<String, Object> params) =>
_api.request<T>('secure.setCounter', params);