switchToFrontCamera method

void switchToFrontCamera()

Implementation

void switchToFrontCamera() {
  turnCameraOn(isFront: true);
}