watch<T> method

T watch<T>(
  1. Source<T> source
)

Implementation

T watch<T>(Source<T> source) => SourceScope._watch<T>(this, source.listenable);