forceHideLoading method
Only call this function if we don't know where the loading is showing up.
Implementation
@override
void forceHideLoading() {
_LOADING_REQUESTER_IDs.clear();
hide(_LOADING_ID);
}
Only call this function if we don't know where the loading is showing up.
@override
void forceHideLoading() {
_LOADING_REQUESTER_IDs.clear();
hide(_LOADING_ID);
}