read method

AsyncValue<StateT> read(
  1. WidgetRef ref
)

Implementation

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