getFloodStats<T> method
Returns information about current state of a counter — number of remaining runs of methods and time to the next counter nulling in seconds.
Implementation
Future<ApiResponse<T>> getFloodStats<T>(Map<String, Object> params) =>
_api.request<T>('ads.getFloodStats', params);