startLoading method

void startLoading()

Implementation

void startLoading() {
  isLoading = true;
  update();
}