Check if a specific URL is reachable
Future<bool> isUrlReachable( String url, { Duration? timeout, int? maxAttempts, });