$setTorchModeOnWithLevel method
Implementation
Future<Object?> $setTorchModeOnWithLevel(
$CaptureDevice $instance,
double torchLevel,
) {
return sendInvokeMethod(
$instance,
'setTorchModeOnWithLevel',
<Object?>[
torchLevel,
],
);
}