get method

Future<Response> get()

Implementation

Future<http.Response> get() {
  return http.get(Uri.parse(url)).timeout(const Duration(minutes: 2));
}