read method

StateT read(
  1. WidgetRef ref
)

Implementation

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