NERtcCameraCaptureConfig constructor Null safety

const NERtcCameraCaptureConfig(
  1. int preference,
  2. int captureWidth,
  3. int captureHeight
)

Implementation

const NERtcCameraCaptureConfig(this.preference, this.captureWidth, this.captureHeight);