PagedListExecutor<T> typedef

PagedListExecutor<T> = Future<QuerySnapshot<T>> Function(BuildContext context, int skip)

Implementation

typedef PagedListExecutor<T> = Future<QuerySnapshot<T>> Function(
  BuildContext context,
  int skip,
);