hideTenLoading static method
void
hideTenLoading()
Implementation
static void hideTenLoading() {
if (_loadingEntry != null) {
_loadingEntry!.remove();
_loadingEntry = null;
}
}
static void hideTenLoading() {
if (_loadingEntry != null) {
_loadingEntry!.remove();
_loadingEntry = null;
}
}