onserviceadded property

EventHandlerNonNull<Event>? onserviceadded

Implementation

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

Implementation

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