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