viewConfigContent static method

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

Generates lib/config/view.dart with Wind UI dialog/confirm classes.

Implementation

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