in lib/src/crawl_async.dart [79:83]
Future<void> _visit(K key) { if (_seen.contains(key)) return _empty; _seen.add(key); return _crawlFrom(key); }