stream property
override
Messages from the other side of the connection will appear in this stream.
Implementation
@override
Stream<WebSocketData> get stream => _streamController.stream;
Messages from the other side of the connection will appear in this stream.
@override
Stream<WebSocketData> get stream => _streamController.stream;