isCameraOn method

bool isCameraOn()

Implementation

bool isCameraOn() {
  return CameraManager().isCameraOn;
}