isCanUseSensor method

bool isCanUseSensor()

获取是否可以使用传感器

Implementation

bool isCanUseSensor() {
    return adController.isCanUseSensor;
  }