hidePopup method

void hidePopup()
inherited

Implementation

void hidePopup() {
  if (isPopupShowing) {
    _hideOverlay();
  }
}