Complete a task
Future<void> completeTask(String taskId) async { await eventTracker.completeTask(taskId); }