onnotificationclose property

EventHandlerNonNull<Event>? onnotificationclose

Implementation

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

Implementation

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