ondevicechange property

EventHandlerNonNull<Event>? ondevicechange

Implementation

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

Implementation

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