refreshView method

dynamic refreshView()

Implementation

refreshView() {
  loading.value = true;
  loading.value = false;
}