routingConfigContent static method

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

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