connectionStatus property
Stream<ConnectionStatus>
get
connectionStatus
Stream of connection status changes between client and server.
Broadcast, and nothing is replayed: read connectionStatusValue for the status a late listener missed.
Implementation
Stream<ConnectionStatus> get connectionStatus => _connectionStatus.stream;