watch<T> abstract method

T? watch<T>(
  1. RxState<T> state
)

Implementation

T? watch<T>(RxState<T> state);