broadcastingConfigContent static method

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

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