hidePopup method

void hidePopup()

Implementation

void hidePopup() {
  this._overlayEntry?.remove();
  this._overlayEntry = null;
}