Removes the attribute value with the given fully qualified name.
name
@override void removeAttribute(String name, {String? namespace}) => setAttribute(name, null, namespace: namespace);