@override Future<Iterable<ProxyDto>?> getSystemProxyForUrl(String url) async { return getSystemProxyForUri(Uri.parse(url)); }