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