WatchStateCallback typedef
WatchStateCallback =
void Function(CellWatcher state)
Watch (with handle argument) callback function signature.
This signatures adds a CellWatcher argument to the signature, which is the handle to the watch function's state.
Implementation
typedef WatchStateCallback = void Function(CellWatcher state);