onConnectionState property

Stream<ConnectionState> onConnectionState
getter/setter pair

Called when client connnection state has changed.

Implementation

late Stream<ConnectionState> onConnectionState;