List<String> cleanRelayUrls(List<String> urls) { return urls.map(cleanRelayUrl).whereType<String>().toList(); }