attachShadow方法
- Map shadowRootInitDict
实现
ShadowRoot attachShadow(Map shadowRootInitDict) {
var shadowRootInitDict_1 =
convertDartToNative_Dictionary(shadowRootInitDict);
return _attachShadow_1(shadowRootInitDict_1);
}
ShadowRoot attachShadow(Map shadowRootInitDict) {
var shadowRootInitDict_1 =
convertDartToNative_Dictionary(shadowRootInitDict);
return _attachShadow_1(shadowRootInitDict_1);
}