pendingCount property
int
get
pendingCount
Number of calls still awaiting a result.
Implementation
int get pendingCount => _pending.length;
Number of calls still awaiting a result.
int get pendingCount => _pending.length;