composables/watch library
Functions
-
watch(
List< Listenable> depends, VoidCallback callback, {bool immediate = false}) → VoidCallback -
Registers a callback to be executed when any of the Listenables
in
depends
change. Optionally, the callback can be invoked immediately.