onunhandledrejection property

EventHandlerNonNull<Event>? get onunhandledrejection

Implementation

EventHandlerNonNull? get onunhandledrejection =>
    js_util.getProperty(this, 'onunhandledrejection');
set onunhandledrejection (EventHandlerNonNull<Event>? newValue)

Implementation

set onunhandledrejection(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onunhandledrejection', newValue);
}