clearAll static method

void clearAll()

Clear all active toastrs

Implementation

static void clearAll() {
  _service.clearAll();
}