setPathUrlStrategy static method
Implementation
static Future<void> setPathUrlStrategy() async {
try {
return url_strategy.setPathUrlStrategy();
} catch (e) {
throw Exception(e);
}
}
static Future<void> setPathUrlStrategy() async {
try {
return url_strategy.setPathUrlStrategy();
} catch (e) {
throw Exception(e);
}
}