get abstract method
Sends a GET request to the specified url
.
Optionally, you can specify custom headers
and queryParameters
.
Returns a Future that completes with an HttpResponse
when the request is complete.
Implementation
Future<HttpResponse> get(String url,
{Map<String, String>? headers, Map<String, String>? queryParameters});