Private
Optional
_Private
Optional
_Private
Optional
_Private
Optional
_Private
Optional
_Private
_Readonly
sdkCurrent state of the service.
Disposes all services in reverse initialization order. Cleans up resources and prepares for app shutdown.
Initializes core services needed during app startup. Only initializes logging - other services are lazy.
Performance: This method is optimized to initialize only what's needed during app startup. Domain services are deferred until first use.
Default implementation of the service container. Provides lazy initialization of services with proper dependency injection.
Example