3 lines
133 B
Dart
3 lines
133 B
Dart
/// Stub for path URL strategy on non-web platforms.
|
|
/// Does nothing since URL strategies are web-only.
|
|
void usePathUrlStrategy() {} |