hide method

void hide()

Implementation

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