1. Deprecated("Internal Use Only")
ShadowRoot internalCreateShadowRoot()

Source

@Deprecated("Internal Use Only")
static ShadowRoot internalCreateShadowRoot() {
  return new ShadowRoot._internalWrap();
}