PlatformTaskAppInitializer extends BaseAppInitializer to provide web-specific and task-specific IoC services and initialization for async tasks.
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.
PlatformTaskAppInitializer extends BaseAppInitializer to provide web-specific and task-specific IoC services and initialization for async tasks.
Remarks