onserviceremoved property

EventHandlerNonNull<Event>? onserviceremoved

Implementation

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

Implementation

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