base
dev_tool.services.base
BaseService
The base class for all services that provides automatic access to common dependencies.
This class provides access to shared dependencies without requiring explicit injection in each service constructor.
configuration
property
A property that gets the configuration manager instance.
Returns:
-
ConfigManager–The configuration manager instance.
event_bus
property
notification
property
A property that gets the notification service instance.
Returns:
-
NotificationService–The notification service instance.