completed method

void completed(
  1. IList<T> list,
  2. bool isFirst
)

数据加载完成回调函数

Implementation

void completed(IList<T> list, bool isFirst) {}