hideLoader method

void hideLoader()

Implementation

void hideLoader() {
  if (!isLoading) return;
  overlayEntry.remove();
  isLoading = false;
}