stream property

Stream of message events handled by this WebSocket. The stream provides messages as they are received from the network.

Implementation

@override
WebSocketMessagesStream get stream => _client.stream;