menu
instamojo package
documentation
bloc/instamojo_bloc.dart
InstamojoBloc
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
InstamojoState
>
get
stream
inherited
The current state stream.
Implementation
Stream<State> get stream => _stateController.stream;
instamojo package
documentation
bloc/instamojo_bloc
InstamojoBloc
stream property
InstamojoBloc class