onRefresh method

dynamic onRefresh()

Implementation

onRefresh() {
  pageNo = Config.defPageNo;
  itemList.clear();
  request();
}