currentProxy method

Future<ProxyInfo?> currentProxy()

Returns the ProxyInfo of the currently running proxy, or null if none is running.

Implementation

Future<ProxyInfo?> currentProxy() {
  throw UnimplementedError('currentProxy() has not been implemented.');
}