status property
Stream of connection status changes.
Implementation
@override
Stream<ChannelStatus> get status => _statusController.stream;
Stream of connection status changes.
@override
Stream<ChannelStatus> get status => _statusController.stream;