PhotoCameraState.from constructor

PhotoCameraState.from(
  1. CameraContext orchestrator
)

Implementation

factory PhotoCameraState.from(CameraContext orchestrator) => PhotoCameraState(
      cameraContext: orchestrator,
      filePathBuilder: orchestrator.saveConfig!.photoPathBuilder!,
      exifPreferences: orchestrator.exifPreferences,
    );