Version: 1.xTaro.stopAccelerometer(res)停止监听加速度数据。参数#object res#NameTypeDescriptionsuccessfunction接口调用成功的回调函数failfunction接口调用失败的回调函数completefunction接口调用结束的回调函数(调用成功、失败都会执行)示例代码#import Taro from '@tarojs/taro' Taro.stopAccelerometer()CopyAPI 支持度#API微信小程序H5React NativeTaro.stopAccelerometer✔️✔️✔️