ListenableRaiiExt extension

Extension that provides a more direct way to add lifecycle-managed listeners to any Listenable object (such as ChangeNotifier, ValueNotifier,or AnimationController).

on

Methods

addListenerWithLifecycle(RaiiLifecycleAware lifecycleAware, VoidCallback onListen, {String? debugLabel}) → void

Available on Listenable, provided by the ListenableRaiiExt extension

Adds a listener that will be automatically removed when the lifecycleAware is disposed.