$capturePhotoWithSettings method

Future<Object?> $capturePhotoWithSettings(
  1. $CapturePhotoOutput $instance,
  2. $CapturePhotoSettings settings,
  3. $CapturePhotoCaptureDelegate delegate
)

Implementation

Future<Object?> $capturePhotoWithSettings(
  $CapturePhotoOutput $instance,
  $CapturePhotoSettings settings,
  $CapturePhotoCaptureDelegate delegate,
) {
  return sendInvokeMethod(
    $instance,
    'capturePhotoWithSettings',
    <Object?>[
      settings,
      delegate,
    ],
  );
}