hidePopup method

void hidePopup()

Hide the popup if it is showing.

Implementation

void hidePopup() {
  streamController?.add(PopupEvent.hideAny());
}