urlTestAll method

Future<Map<String, int>> urlTestAll(
  1. List<String> links, {
  2. int timeout = 7000,
})

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.');
}