status property Null safety

Stream<HotlineSocketConnectionType> status

allow for listeners on the connection state stream

Implementation

Stream<HotlineSocketConnectionType> get status => connectionState.status;