reloadData method

Future<void> reloadData()

重新刷新数据

Implementation

Future<void> reloadData() async {
  hasNextPage = true;
  page = 1;
}