read method

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

Used by the container to read the pods value.

Implementation

@override
T read(Ref<dynamic> ref) => initialValue;