ReactiveMapHelpers<K, V> extension
Helper extension methods for reactive maps.
These extensions provide utility methods for working with reactive maps, such as adding effects and unwrapping the reactive container.
Methods
-
addEffect(
dynamic effect(Snapshot< Map< )) → StreamSubscription<K, V> >Snapshot< Map< >K, V> > -
Available on Reactive<
Adds an effect that runs whenever the map changes.Map< , provided by the ReactiveMapHelpers extensionK, V> > -
unwrap(
) → Map< K, V> -
Available on Reactive<
Returns the non-reactive map value.Map< , provided by the ReactiveMapHelpers extensionK, V> >