read<G extends GetAny> abstract method

G read<G extends GetAny>(
  1. G get, {
  2. bool autoVsync = true,
  3. bool useScope = true,
})

Implementation

G read<G extends GetAny>(G get, {bool autoVsync = true, bool useScope = true});