watchX method

AsyncValue<StateT> watchX(
  1. Ref ref
)

Implementation

AsyncValue<StateT> watchX(Ref ref) => ref.watch<AsyncValue<StateT>>(this);