freshData method

Future freshData()

刷新数据接口

Implementation

Future freshData() async {
  final value = await loadData(0, pageSize);

  list = value;
}