DashboardService constructor
DashboardService({})
Creates a dashboard service.
Implementation
DashboardService({
required this.logger,
this.port = 3000,
Scheduler? scheduler,
this.runtimePath = '.spectra/RUNTIME.json',
this.legacyAgentsPath = '.spectra/AGENTS.json',
}) : _scheduler = scheduler;