PageGenerator<T> typedef

PageGenerator<T> = FutureOr<List<T>> Function(int limit, int offset)

Implementation

typedef PageGenerator<T> = FutureOr<List<T>> Function(int limit, int offset);