resetDashboardState function
void
resetDashboardState()
Resets the global dashboard state. Internal use only (for tests).
Implementation
void resetDashboardState() {
_projects = [];
_selectedProjectIndex = 0;
_focusMenu = true;
}