get abstract method

Future<HttpResponse> get(
  1. String url, {
  2. HttpClientOptions? options,
})

Performs a GET request

Implementation

Future<HttpResponse> get(String url, {HttpClientOptions? options});