Get a task by ID.
@override Future<Task?> getTask(String taskListId, String taskId) async { return _lists[taskListId]?[taskId]; }