Delete a task.
@override Future<bool> deleteTask(String taskListId, String taskId) async { return _lists[taskListId]?.remove(taskId) != null; }