appServiceProviderContent static method

  1. @Deprecated('Migrated to install.yaml publish:; will be removed in V2')
String appServiceProviderContent()

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');
}