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