ProxyConnectedPredicate typedef

ProxyConnectedPredicate = bool Function(String protocol, String status)

Checks whether the proxy has been connected through the given status.

Implementation

typedef ProxyConnectedPredicate = bool Function(String protocol, String status);