PagedQueryExecutor<T> typedef
PagedQueryExecutor<T> =
Future<QuerySnapshot<T> > Function(DocumentSnapshot<T> ? last)
Implementation
typedef PagedQueryExecutor<T> = Future<QuerySnapshot<T>> Function(
DocumentSnapshot<T>? last,
);