hideOverlay method

void hideOverlay()

Implementation

void hideOverlay() {
  entry?.remove();
  entry = null;
}