supportsRegisterElement property Null safety
Checks if registerElement is supported on the current platform.
Implementation
bool get supportsRegisterElement {
return JS('bool', '("registerElement" in #)', this);
}
Checks if registerElement is supported on the current platform.
bool get supportsRegisterElement {
return JS('bool', '("registerElement" in #)', this);
}