menu
flutter_bloc_patterns package
documentation
connection.dart
ConnectionBloc
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
Connection
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
flutter_bloc_patterns package
documentation
connection
ConnectionBloc
stream property
ConnectionBloc class