hide static method

void hide()

Removes the overlay

Implementation

static void hide() {
  _timeoutTimer?.cancel();
  _timeoutTimer = null;
  _overlayEntry?.remove();
  _overlayEntry = null;
}