onRefresh method

void onRefresh()

刷新操作,主要时给EasyRefresher绑定

Implementation

void onRefresh() async {
  _refreshLoadData(true);
}