fetch method

Future<Response> fetch()

Implementation

Future<http.Response> fetch() {
  return http.get(Uri.parse(url));
}