// Picks the real browser implementation on web, a throwing stub elsewhere // (so `flutter test` on the Dart VM still compiles). export 'browser_stub.dart' if (dart.library.js_interop) 'browser_web.dart';