connectionState property
ValueStream<ConnectionState>
get
connectionState
Implementation
ValueStream<ConnectionState> get connectionState =>
_connectionState.stream.distinct().shareValue();
ValueStream<ConnectionState> get connectionState =>
_connectionState.stream.distinct().shareValue();