We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6c592 commit 98e4d55Copy full SHA for 98e4d55
example/lib/barcode_scanner_controller.dart
@@ -18,7 +18,6 @@ class _BarcodeScannerWithControllerState
18
extends State<BarcodeScannerWithController> with WidgetsBindingObserver {
19
final MobileScannerController controller = MobileScannerController(
20
autoStart: false,
21
- torchEnabled: true,
22
);
23
24
@override
0 commit comments