Get an untyped t dependency from the Injector.
t
@override Object getUntyped(Type t) { _validate(t); return _scope!.getUntyped(t); }