hideLoading static method

void hideLoading()

Implementation

static void hideLoading() {
  _entry?.remove();
  _entry = null;
}