OnConnectState typedef

OnConnectState = dynamic Function(bool isConnected)

Implementation

typedef OnConnectState=Function(bool isConnected);