onRefresh method

void onRefresh()

下拉刷新

Implementation

void onRefresh() async {
  _page = 1;
  requestData(RefreshType.refresh, 1);
}