BaseAppInitializer is the base class for initializing the app's IoC container and core services.
Hook called before the platform-specific launch sequence. Override to perform additional initialization.
The application instance.
Creates the IoC container, merging default, platform-specific, and custom services.
Custom services to override or extend the defaults.
The initialized IoCContainer.
BaseAppInitializer is the base class for initializing the app's IoC container and core services.
Remarks