watch abstract method

void watch(
  1. VoidCallback watch
)

Register a callback function to be called whenever the values of cells change.

The functionality of this method is the same as CellHooks.watch.

Implementation

void watch(VoidCallback watch);