routeServiceProviderContent static method

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

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