dismissLoading method

void dismissLoading([
  1. UniqueKey? key
])

Implementation

void dismissLoading([UniqueKey? key]) {
  _loadingEntry?.remove();
  _loadingEntry = null;
  if (key != null) YuroWidgetsBindingObserver().removePopRouteListener(key);
}