observeState method
Returns an observable that emits the current state of the pagination.
Implementation
Observable<PaginationState<ReturnType>> observeState() =>
_internalStateObserver.whereIsNotNull().map(_internalStateToState);
Returns an observable that emits the current state of the pagination.
Observable<PaginationState<ReturnType>> observeState() =>
_internalStateObserver.whereIsNotNull().map(_internalStateToState);