stopLoading method

dynamic stopLoading()

Implementation

stopLoading() {
  loading = false;
  update();
}