$setTorchModeOnWithLevel method

Future<Object?> $setTorchModeOnWithLevel(
  1. $CaptureDevice $instance,
  2. double torchLevel
)

Implementation

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