ReactiveSetHelpers<E> extension
Helper extension methods for reactive sets.
These extensions provide utility methods for working with reactive sets, such as adding effects and unwrapping the reactive container.
Methods
-
addEffect(
dynamic effect(Snapshot< Set< )) → StreamSubscription<E> >Snapshot< Set< >E> > -
Available on Reactive<
Adds an effect that runs whenever the set changes.Set< , provided by the ReactiveSetHelpers extensionE> > -
unwrap(
) → Set< E> -
Available on Reactive<
Returns the non-reactive set value.Set< , provided by the ReactiveSetHelpers extensionE> >