fallbackInitialize

abstract fun fallbackInitialize(arg: FallbackInitializeParam)

Fallback initialization logic for the dependencies when Injector is not available. This could happen when the app process is killed and static Injectors are cleared up.

An Injectable should check when this happens and calls this function manually.