stopLoading method
void
stopLoading()
Implementation
void stopLoading() {
_isLoading = false;
StateFlow().notifyListeners(key);
}
void stopLoading() {
_isLoading = false;
StateFlow().notifyListeners(key);
}