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