startLoading method

dynamic startLoading()

Implementation

startLoading() {
  loading = true;
  update();
}