attachShadow method - Element class - dart:html library (original) (raw)

description

ShadowRoot attachShadow(

  1. Map shadowRootInitDict )

Implementation

ShadowRoot attachShadow(Map shadowRootInitDict) {
  var shadowRootInitDict_1 = convertDartToNative_Dictionary(
    shadowRootInitDict,
  );
  return _attachShadow_1(shadowRootInitDict_1);
}