status property Null safety
allow for listeners on the connection state stream
Implementation
Stream<HotlineSocketConnectionType> get status => connectionState.status;
allow for listeners on the connection state stream
Stream<HotlineSocketConnectionType> get status => connectionState.status;