connectionStream property

  1. @override
Stream<void> connectionStream
override

A null is emitted every time a connection is successfully created

Implementation

@override
Stream<void> get connectionStream => websocket.connectionStream;