removeAttribute method

Element removeAttribute(
  1. String name
)

Implementation

Element removeAttribute(String name) =>
    Element._(_delegate.removeAttribute(name));