hideLoading static method
      
void
hideLoading()
      
     
    
    
Implementation
static void hideLoading() {
  if (overlayEntry == null) return;
  overlayEntry?.remove();
  overlayEntry = null;
}static void hideLoading() {
  if (overlayEntry == null) return;
  overlayEntry?.remove();
  overlayEntry = null;
}