pendingCount property
int
get
pendingCount
Number of currently pending requests.
Implementation
int get pendingCount => _pending.length;
Number of currently pending requests.
int get pendingCount => _pending.length;