onnotificationclose property

EventHandlerNonNull<Event>? get onnotificationclose

Implementation

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

Implementation

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