hide method

void hide()

Implementation

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