Files
velocity-pay-flutter/lib/url_strategy.dart
2026-06-14 13:09:14 +02:00

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';