ondevicemotion property

EventHandlerNonNull<Event>? get ondevicemotion

Implementation

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

Implementation

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