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