Subscribes to this signal, ignoring data.
@override Cleanup watch(void Function() watcher) { return call((A _, B _, C _) => watcher()); }