attachShadow method - Element class - dart:html library (original) (raw)
ShadowRoot attachShadow(
- Map shadowRootInitDict )
Implementation
ShadowRoot attachShadow(Map shadowRootInitDict) {
var shadowRootInitDict_1 = convertDartToNative_Dictionary(
shadowRootInitDict,
);
return _attachShadow_1(shadowRootInitDict_1);
}