CameraCapturerConfiguration constructor Null safety
- {CameraCaptureOutputPreference? preference,
- int? captureWidth,
- int? captureHeight,
- CameraDirection? cameraDirection}
Constructs a CameraCapturerConfiguration
Implementation
CameraCapturerConfiguration({
this.preference,
this.captureWidth,
this.captureHeight,
this.cameraDirection,
});