init method
Initialize the cell watcher
The watch
function is called immediately to determine the argument cells
referenced within it.
NOTE: This method should be called at most once.
Implementation
void init(WatchCallback watch) {
_observer.init(watch);
}