core/computed_action/action library
Classes
- ActionController
- Controls batched state updates in a reactive context.
Functions
-
runInAction(
VoidCallback action) → void - Runs a function inside an action block.
Typedefs
- VoidCallback = void Function()
- A function that takes no arguments and returns no value.