stream property

  1. @override
Stream<WebSocketData> stream
override

Messages from the other side of the connection will appear in this stream.

Implementation

@override
Stream<WebSocketData> get stream => _streamController.stream;