stopLoading method

void stopLoading()

Implementation

void stopLoading() {
  isLoading = false;
  update();
}