blob: 8caf922b680b4d0d867805f04d4e36ae92dcbc9c [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.
// TODO(johnpryan): Remove this API
void setUrlPathStrategyImpl(UrlPathStrategy strategy) {
// no-op
}