call method

Cleanup call(
  1. void watcher()
)

Subscribes to this signal, receiving data.

Implementation

Cleanup call(void Function() watcher) {
  return _register(() => _watch(watcher));
}