routingConfigContent static method
- @Deprecated('Migrated to install.yaml publish:; will be removed in V2')
Generates lib/config/routing.dart with URL strategy config.
Implementation
@Deprecated('Migrated to install.yaml publish:; will be removed in V2')
static String routingConfigContent() {
return StubLoader.load('install/routing_config');
}