call method
- void watcher()
Subscribes to this signal, receiving data.
Implementation
Cleanup call(void Function() watcher) {
return _register(() => _watch(watcher));
}
Subscribes to this signal, receiving data.
Cleanup call(void Function() watcher) {
return _register(() => _watch(watcher));
}