clearQueue method

Future<void> clearQueue()

Clears the entire queue.

Implementation

Future<void> clearQueue() => _handler.clearQueue();