capturePhotoOutput property Null safety

CapturePhotoOutput capturePhotoOutput
read / write

Handles capturing photos when added to a CaptureSession.

This value is null until attach is called.

Implementation

late CapturePhotoOutput capturePhotoOutput;