stopLoading method

void stopLoading()

Implementation

void stopLoading() {
  loading.value = false;
}