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