CapturePhotoOutput constructor

CapturePhotoOutput()

Constructs a CapturePhotoOutput.

Implementation

CapturePhotoOutput() {
  _channel.$create$(this, $owner: true);
}