lookupNamespaceURI method

String? lookupNamespaceURI(
  1. String? prefix
)

Implementation

String? lookupNamespaceURI(String? prefix) =>
    js_util.callMethod(this, 'lookupNamespaceURI', [prefix]);