stopLoading method

void stopLoading()

Implementation

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