Showing
1 changed file
with
0 additions
and
3 deletions
| @@ -15,9 +15,6 @@ class _BarcodeScannerWithZoomState extends State<BarcodeScannerWithZoom> | @@ -15,9 +15,6 @@ class _BarcodeScannerWithZoomState extends State<BarcodeScannerWithZoom> | ||
| 15 | 15 | ||
| 16 | MobileScannerController controller = MobileScannerController( | 16 | MobileScannerController controller = MobileScannerController( |
| 17 | torchEnabled: true, | 17 | torchEnabled: true, |
| 18 | - onPermissionSet: (hasPermission) { | ||
| 19 | - // Do something with permission callback | ||
| 20 | - }, | ||
| 21 | ); | 18 | ); |
| 22 | 19 | ||
| 23 | bool isStarted = true; | 20 | bool isStarted = true; |
-
Please register or login to post a comment