ondeviceorientation property

EventHandlerNonNull<Event>? ondeviceorientation

Implementation

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

Implementation

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