removeNamedItemNS method

Attr removeNamedItemNS(
  1. String? namespace,
  2. String localName
)

Implementation

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