urlTestAll method
Test multiple URLs and return latencies
Implementation
Future<Map<String, int>> urlTestAll(
List<String> links, {
int timeout = 7000,
}) {
throw UnimplementedError('urlTestAll() has not been implemented.');
}
Test multiple URLs and return latencies
Future<Map<String, int>> urlTestAll(
List<String> links, {
int timeout = 7000,
}) {
throw UnimplementedError('urlTestAll() has not been implemented.');
}