menu
smart_pagination package
documentation
pagination.dart
IPaginationCubit<T, StateType extends IPaginationState<T>>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
StateType
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
smart_pagination package
documentation
pagination
IPaginationCubit<T, StateType extends IPaginationState<T>>
stream property
IPaginationCubit class