removeAttributeNS method

void removeAttributeNS(
  1. String? namespace,
  2. String localName
)

Implementation

void removeAttributeNS(String? namespace, String localName) =>
    js_util.callMethod(this, 'removeAttributeNS', [namespace, localName]);