retakePhoto method

void retakePhoto()

Implementation

void retakePhoto() {
  cameraController?.resumePreview();
  localImageSize.value = null;
  previewFile.value = null;
  showRetake(false);
  showErrorDialog(false);
  status(BaseStatus(message: null));
}