stateStream property

Stream<PaginationState<Value>> get stateStream

Stream of pagination states - can be consumed by any state management solution

Implementation

Stream<PaginationState<Value>> get stateStream => _stateController.stream;