subscribe static method

Implementation

static BroadcastSubscription<ControlTheme> subscribe(
    ValueCallback<ControlTheme?> callback) {
  return BroadcastProvider.subscribe<ControlTheme>(ControlTheme, callback);
}