OnFetchCallback<T> typedef

OnFetchCallback<T> = Future<Iterable<T>> Function(int current, int limit)

Implementation

typedef OnFetchCallback<T> = Future<Iterable<T>> Function(
  int current,
  int limit,
);