broadcastingConfigContent static method
- @Deprecated('Migrated to install.yaml publish:; will be removed in V2')
Generates lib/config/broadcasting.dart with Reverb and null connections.
Implementation
@Deprecated('Migrated to install.yaml publish:; will be removed in V2')
static String broadcastingConfigContent() {
return StubLoader.load('install/broadcasting_config');
}