routeServiceProviderContent static method
- @Deprecated('Migrated to install.yaml publish:; will be removed in V2')
Generates lib/app/providers/route_service_provider.dart.
Implementation
@Deprecated('Migrated to install.yaml publish:; will be removed in V2')
static String routeServiceProviderContent() {
return StubLoader.load('install/route_service_provider');
}