function()

in src/sensors/gyroscope.ts [88:93]


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