function()

in src/sensors/accelerometer.ts [109:114]


        function (this: Accelerometer, error: any) {
          if (error) {
            this.enable(false);
            this.emit(SENSOR_UNAVAILABLE_EVENT, this.id);
          }
        }.bind(this),