$create$ method

$CaptureDevice $create$(
  1. TypeChannelMessenger messenger,
  2. String uniqueId,
  3. int position,
  4. bool isSmoothAutoFocusSupported,
  5. bool hasFlash,
  6. bool hasTorch,
  7. double maxAvailableTorchLevel,
)

Implementation

$CaptureDevice $create$(
  TypeChannelMessenger messenger,
  String uniqueId,
  int position,
  bool isSmoothAutoFocusSupported,
  bool hasFlash,
  bool hasTorch,
  double maxAvailableTorchLevel,
) {
  throw UnimplementedError();
}