getProxyForUrl method

Future<Uri?> getProxyForUrl(
  1. Uri url
)

Returns the proxy Uri for url, or null for a direct connection.

Implementation

Future<Uri?> getProxyForUrl(Uri url) {
  throw UnimplementedError('getProxyForUrl() has not been implemented.');
}