resolvePrefixForNamespaceURI_ method

NSString? resolvePrefixForNamespaceURI_(
  1. NSString namespaceURI
)

Implementation

NSString? resolvePrefixForNamespaceURI_(NSString namespaceURI) {
  final _ret = _lib._objc_msgSend_185(
      _id, _lib._sel_resolvePrefixForNamespaceURI_1, namespaceURI._id);
  return _ret.address == 0
      ? null
      : NSString._(_ret, _lib, retain: true, release: true);
}