refresh method

void refresh()

Implementation

void refresh() {
  items.clear();
  _timer = null;
  page = 1;
  hasNoMoreItems = false;
  init();
}