6 lines
251 B
Dart
6 lines
251 B
Dart
/// Platform-aware path URL strategy.
|
|
///
|
|
/// On web, sets the path URL strategy via [usePathUrlStrategy].
|
|
/// On non-web platforms, this is a no-op.
|
|
export 'platform/url_strategy_stub.dart'
|
|
if (dart.library.html) 'platform/url_strategy_web.dart'; |