menu
flutter_giphy package
documentation
bloc/giphy_cubit.dart
GiphyCubit
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
GiphyState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
flutter_giphy package
documentation
bloc/giphy_cubit
GiphyCubit
stream property
GiphyCubit class