watch<T> abstract method

T watch<T>(
  1. ValueListenable<T> observable
)

Returns the current value of observable and subscribes the enclosing reactive block to it.

Implementation

T watch<T>(ValueListenable<T> observable);