onConnected property

dynamic Function(String name)? onConnected
getter/setter pair

Callback for when a connection is established.

Implementation

Function(String name)? onConnected;