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