read method

  1. @override
T read(
  1. Ref<T> ref
)
override

Used by the container to read the pods value.

Implementation

@override
T read(Ref<T> ref) => reader(ref, future);