read<T> method
T
will find an instance saved under that class in the environment. Will
throw an error if none can be found.
Implementation
@override
T read<T>() => _read<T>();
T
will find an instance saved under that class in the environment. Will
throw an error if none can be found.
@override
T read<T>() => _read<T>();