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

3 lines
133 B
Dart

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