activeHttpRequests property
int
get
activeHttpRequests
Returns the number of active HTTP requests.
Implementation
int get activeHttpRequests => _activeHttpCounter;
Returns the number of active HTTP requests.
int get activeHttpRequests => _activeHttpCounter;