hideProgressToast static method

void hideProgressToast()

Implementation

static void hideProgressToast() {
  hideOverlay(_progressLayerId);
}