clear static method

void clear()

Clears all pending toasts.

Implementation

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