ConditionalAction extension
Methods
-
conditionallyRunInAction(
void fn(), Atom atom, {String? name, ActionController? actionController}) → void -
Available on ReactiveContext, provided by the ConditionalAction extension
Only run within an action if outside a batchfn
is the function to execute. Optionally provide a debug-name
.