stream property

Stream stream
getter/setter pair

Stable broadcast stream of all incoming WebSocket messages. This reference remains valid across reconnections.

Implementation

late Stream<dynamic> stream = _streamController.stream;