watch<T> abstract method

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

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

Implementation

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