getLocalProxyPorts method

Future<Map<String, int?>> getLocalProxyPorts()

Returns local proxy ports if available (for PROXY_ONLY), keys: localSocksPort, localHttpPort.

Implementation

Future<Map<String, int?>> getLocalProxyPorts() async {
  throw UnimplementedError('getLocalProxyPorts() has not been implemented.');
}