networkConfigContent static method
- @Deprecated('Migrated to install.yaml publish:; will be removed in V2')
Generates lib/config/network.dart with a single API driver.
Implementation
@Deprecated('Migrated to install.yaml publish:; will be removed in V2')
static String networkConfigContent() {
return StubLoader.load('install/network_config');
}