void updateTask(int id, String updatedTask) { _tasks[id] = updatedTask; _saveTasks(); notifyListeners(); }