stopLoading method

dynamic stopLoading()

Implementation

stopLoading() {
  _loading = false;
  notifyListeners();
}