univalle_app
connectivity
ConnectivityBloc
stream property
stream
stream
property
Null safety
Stream
<
ConnectivityState
>
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
univalle_app
connectivity
ConnectivityBloc
stream property
ConnectivityBloc class
Constructors
ConnectivityBloc
Properties
hashCode
isClosed
runtimeType
state
stream
Methods
add
addError
close
emit
noSuchMethod
on
onChange
onError
onEvent
onTransition
toString
Operators
operator ==