List all tasks.
@override Future<List<Task>> listTasks(String taskListId) async { return _lists[taskListId]?.values.toList() ?? []; }