connectionStream property

  1. @override
Stream<void> connectionStream
latefinal

A null is emitted every time a connection is successfully created

Implementation

@override
late final Stream<void> connectionStream = _websocket.connectionStream;