6 lines
216 B
Dart
6 lines
216 B
Dart
import 'package:flutter_web_plugins/flutter_web_plugins.dart' as flutter_web_plugins;
|
|
|
|
/// Web implementation that sets the path URL strategy.
|
|
void usePathUrlStrategy() {
|
|
flutter_web_plugins.usePathUrlStrategy();
|
|
} |