stream property

  1. @override
  2. @visibleForTesting
WebSocketMessagesStream get stream
override

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);