removeAttribute method

void removeAttribute(
  1. String name
)

Implementation

void removeAttribute(String name) => _html.removeAttribute(name);