onFirstLoad method

void onFirstLoad()

第一次加载

Implementation

void onFirstLoad() async {
  _page = 1;
  requestData(RefreshType.first, 1);
}