onLoadMore method

void onLoadMore()

加载更多操作,主要时给EasyRefresher绑定

Implementation

void onLoadMore() async {
  _refreshLoadData(false);
}