hide static method

void hide()

Hide Loader

Implementation

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