stream property
Stream of message events handled by this WebSocket. The stream provides messages as they are received from the network.
Implementation
@override
@visibleForTesting
WebSocketMessagesStream get stream =>
WebSocketMessagesStream(_controller.stream);