refresh method

void refresh()

Implementation

void refresh() {
  clear();
  _loadInitialPage();
}