pendingTaskCount property
int
get
pendingTaskCount
Gets the number of pending tasks
Implementation
int get pendingTaskCount => _taskQueue.pendingTaskCount;
Gets the number of pending tasks
int get pendingTaskCount => _taskQueue.pendingTaskCount;