authConfigContent static method

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

Generates lib/config/auth.dart matching the Uptizm production pattern.

Implementation

@Deprecated('Migrated to install.yaml publish:; will be removed in V2')
static String authConfigContent() {
  return StubLoader.load('install/auth_config');
}