watch<T> abstract method

T watch<T>(
  1. Pod<T> pod
)

Watch the value for the given pod.

Implementation

T watch<T>(Pod<T> pod);