Checks if a task with the given URL exists.
bool isUrlExit(String url) { return allTasks.where((task) => task.uri.toString() == url).isNotEmpty; }