SignalsMixin
SignalsMixin is a mixin for State that auto disposes signals when the widget is removed from the widget tree.
Signals
Signal, computed, value signals, and async signals can be created with helper methods prefixed with create*
.
Effects
Effects can be created with the createEffect
method. They will get disposed when the widget is removed from the widget tree.