PaginationStreamProvider<T> typedef

PaginationStreamProvider<T> = Stream<List<T>> Function(PaginationRequest request)

Legacy typedef for backward compatibility (will be deprecated).

Implementation

typedef PaginationStreamProvider<T> = Stream<List<T>> Function(PaginationRequest request);