ondevicemotion property

EventHandlerNonNull<Event>? ondevicemotion

Implementation

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

Implementation

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