menu
paginate_firestore package
documentation
bloc/pagination_cubit.dart
PaginationCubit
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
PaginationState
>
get
stream
inherited
The current state stream.
Implementation
Stream<State> get stream => _stateController.stream;
paginate_firestore package
documentation
bloc/pagination_cubit
PaginationCubit
stream property
PaginationCubit class