broadcast<T> static method
Strict implementation of ObservableValue based on ControlObservable. Multiple subs can be used. Check single or empty for different approaches.
Implementation
static ActionControl<T> broadcast<T>(T value) =>
ActionControl<T>._(value).._single = false;