CaptureConnection.withoutCreate constructor

  1. @ReferenceConstructor(ignore: true)
CaptureConnection.withoutCreate(
  1. List<CaptureInputPort> inputPorts,
  2. CaptureOutput output
)

Constructs a Dart CaptureConnection without creating the Objective-C object.

Implementation

@ReferenceConstructor(ignore: true)
CaptureConnection.withoutCreate(this.inputPorts, this.output);