OnProxyConnected typedef

OnProxyConnected = void Function(String channel, int uid, ProxyType proxyType, String localProxyIp, int elapsed)

Implementation

typedef OnProxyConnected = void Function(String channel, int uid,
    ProxyType proxyType, String localProxyIp, int elapsed);