menu
bloc_connectivity package
documentation
networking/bloc/network_connectivity_bloc.dart
NetworkConnectivityBloc
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
NetworkConnectivityState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
bloc_connectivity package
documentation
networking/bloc/network_connectivity_bloc
NetworkConnectivityBloc
stream property
NetworkConnectivityBloc class