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