oninstall property

Implementation

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

Implementation

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