core/reactive library
Classes
-
Reactive<
T> - A reactive value container that notifies listeners when its value changes. Similar to GetX's Rx pattern but with enhanced functionality.
Typedefs
- VoidCallback = void Function()
- A callback function type.