observeState method

Observable<PaginationState<ReturnType>> observeState()

Returns an observable that emits the current state of the pagination.

Implementation

Observable<PaginationState<ReturnType>> observeState() =>
    _internalStateObserver.whereIsNotNull().map(_internalStateToState);