hideOverlay method

void hideOverlay()

Implementation

void hideOverlay() {
  _isOverlayVisible = false;
}