startLoading method

void startLoading()

Implementation

void startLoading() {
  loading.value = true;
  error.value = '';
}