refresh method

dynamic refresh()

Implementation

refresh() {
  items.value.clear();
  fetchPage();
  items.notifyListeners();
}