menu
scouting_app_2024
agent\parts\superagent.dart
Superagent
poll static method
poll
brightness_4
brightness_5
poll
static method
Future
<
HttpResponse
>
poll
(
String
url
)
Implementation
static Future<HttpResponse> poll(String url) async => await HttpRequests.get(url);
scouting_app_2024
superagent
Superagent
poll static method
Superagent class