stream property
Stable broadcast stream of all incoming WebSocket messages. This reference remains valid across reconnections.
Implementation
late Stream<dynamic> stream = _streamController.stream;
Stable broadcast stream of all incoming WebSocket messages. This reference remains valid across reconnections.
late Stream<dynamic> stream = _streamController.stream;