SingleCaptureRequest constructor

SingleCaptureRequest(
  1. String? filePath,
  2. Sensor sensor
)

Implementation

SingleCaptureRequest(String? filePath, this.sensor)
    : file = filePath == null ? null : XFile(filePath);