injectWithFallback

Try to use an InjectorKey to retrieve an Injector and inject, if no Injector is found, invoke Injectable.fallbackInitialize with fallbackInitializeParam.

Return

The Injector used to inject the dependencies into this class. Null if the class was injected by fallbackInitialize and the method does not return an Injector.