start method
void
start()
Start 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 start() {
_observer.init(callback);
}