loadData abstract method

Future<List<T>> loadData(
  1. int page
)

分页请求数据 page 分页页码

Implementation

Future<List<T>> loadData(int page);