core/observable library
Classes
-
Observable<
T> - A reactive value that notifies listeners whenever its value changes.
- ObservableTracker
- Tracks current observers and their associated observable dependencies.
Typedefs
- VoidCallback = void Function()
- A function that takes no arguments and returns no value.