onappinstalled property

EventHandlerNonNull<Event>? onappinstalled

Implementation

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

Implementation

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