readX method

AsyncValue<StateT> readX(
  1. Ref ref
)

Implementation

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