Returns the proxy Uri for url, or null for a direct connection.
url
null
Future<Uri?> getProxyForUrl(Uri url) { throw UnimplementedError('getProxyForUrl() has not been implemented.'); }