Checks if registerElement
is supported on the current platform.
Source
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); }