Skip to content

Commit 98e4d55

Browse files
committed
disable torch for sample
1 parent 2c6c592 commit 98e4d55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/lib/barcode_scanner_controller.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class _BarcodeScannerWithControllerState
1818
extends State<BarcodeScannerWithController> with WidgetsBindingObserver {
1919
final MobileScannerController controller = MobileScannerController(
2020
autoStart: false,
21-
torchEnabled: true,
2221
);
2322

2423
@override

0 commit comments

Comments
 (0)