blob: 3b9240031f461430ac6382f85ad7f6be26512e65 [file] [log] [blame]
// Copyright 2013 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.
import 'url_path_strategy.dart';
/// no-op implementation of the URL path strategy for non-web target platforms
void setUrlPathStrategyImpl(UrlPathStrategy strategy) {
// no-op
}