stream property

Stream<T> get stream

Stream of data received from the WebSocket.

Implementation

Stream<T> get stream => service.stream;