Future<void> verwijderProject(String projectId) async { _projecten.removeWhere((p) => p.id == projectId); notifyListeners(); await _slaOp(); }