connectionState property

ValueStream<ConnectionState> connectionState

Implementation

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