src/services/SystemService
Service layer for handling all system-related operations. Provides a clean abstraction over electron API calls for system management.
Remarksโ
All methods ensure the electron API is available before making calls. All backend communication is performed via IPC and follows strict typing with automatic error handling and logging.