watch method

AsyncValue<StateT> watch(
  1. WidgetRef ref
)

Implementation

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