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