hide method

void hide()

Implementation

void hide() {
  _overlay?.removeDelay(0);
  _overlay = null;
}