pendingCount property
int
get
pendingCount
Number of delays still waiting to complete.
Implementation
int get pendingCount => _pending.length;
Number of delays still waiting to complete.
int get pendingCount => _pending.length;