openUrl method

Future<HttpClientRequest> openUrl(
  1. String method,
  2. Uri url
)

Implementation

Future<HttpClientRequest> openUrl(String method, Uri url) async =>
    throw UnsupportedError('HttpClient unavailable on web');