networkConfigContent static method

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

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