clear method
Removes all pending tasks from the queue.
The Futures of these tasks will be completed with a QueueCancelledException.
Implementation
@override
void clear() {
_nextCycle.clear();
}
Removes all pending tasks from the queue.
The Futures of these tasks will be completed with a QueueCancelledException.
@override
void clear() {
_nextCycle.clear();
}