removeAttr method

  1. @override
void removeAttr(
  1. String name
)

Removes the attribute with the specified name from the element.

Implementation

@override
void removeAttr(String name) => _element.attributes.remove(name);