switchToBackCamera method

void switchToBackCamera()

Implementation

void switchToBackCamera() {
  turnCameraOn(isFront: false);
}