watch method

T watch(
  1. T model
)

Watch this model (local)

Implementation

T watch(T model) {
  return watchOne(model, remote: false).model!;
}