aves_mio18/.flutter/packages/flutter_web_plugins/lib/url_strategy.dart
2026-04-14 09:53:02 +02:00

6 lines
280 B
Dart

// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
export 'src/navigation_non_web/url_strategy.dart'
if (dart.library.ui_web) 'src/navigation/url_strategy.dart';