pub fn stop() -> Result<(), JsValue>
Stops the device orientation sensor.
Returns JsValue if the JavaScript call fails or the sensor is unavailable.
JsValue
stop()?;