onFirstLoad method
void
onFirstLoad()
第一次加载
Implementation
void onFirstLoad() async {
_page = 1;
requestData(RefreshType.first, 1);
}
第一次加载
void onFirstLoad() async {
_page = 1;
requestData(RefreshType.first, 1);
}