clear static method

void clear()

Clears all active toasts.

Implementation

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