refreshView method

void refreshView()

Implementation

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