supportsRegisterElement property Null safety

  1. @deprecated
bool supportsRegisterElement

Checks if registerElement is supported on the current platform.

Implementation

@deprecated
bool get supportsRegisterElement {
  return JS('bool', '("registerElement" in #)', this);
}