src/services/EventsService
Service layer for handling all event-related operations. Provides a clean abstraction over electron API calls for event management.
Remarksโ
All methods ensure the electron API is available before making calls. This service manages event registration and cleanup to prevent memory leaks with automatic service initialization.