PagedCompactListLoader<T> typedef

PagedCompactListLoader<T> = Future<List<T>> Function(int size)

Implementation

typedef PagedCompactListLoader<T> = Future<List<T>> Function(int size);