loadMoreData method

Future<void> loadMoreData()

加载下一页数据

Implementation

Future<void> loadMoreData() async {
  page++;
}