poll static method

Future<HttpResponse> poll(
  1. String url
)

Implementation

static Future<HttpResponse> poll(String url) async =>
    await HttpRequests.get(url);