clearQueue static method

void clearQueue()

clearQueue method.

Implementation

static void clearQueue() {
  _queue.clear();
}