hideAll static method

void hideAll()

Hide all toasts

Implementation

static void hideAll() {
  hide();
  hideLoading();
}