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