LoadNext<T> typedef

LoadNext<T> = Future<List<T>> Function()

Implementation

typedef LoadNext<T> = Future<List<T>> Function();