urlTest method

Future<int> urlTest(
  1. String link, {
  2. int timeout = 7000,
})

Test URL connectivity and return latency in ms

Implementation

Future<int> urlTest(String link, {int timeout = 7000}) {
  throw UnimplementedError('urlTest() has not been implemented.');
}