ondeviceorientation property
EventHandlerNonNull<Event> ?
get
ondeviceorientation
Implementation
EventHandlerNonNull? get ondeviceorientation =>
js_util.getProperty(this, 'ondeviceorientation');
set
ondeviceorientation
(EventHandlerNonNull<Event> ? newValue)
Implementation
set ondeviceorientation(EventHandlerNonNull? newValue) {
js_util.setProperty(this, 'ondeviceorientation', newValue);
}