removeAttribute method

Element removeAttribute(
  1. String name
)

Implementation

Element removeAttribute(String name) =>
    js_util.callMethod(this, 'removeAttribute', [name]);