hide method

void hide()

Implementation

void hide() {
  _state?._hideOverlay();
}