Showing
3 changed files
with
0 additions
and
9 deletions
| @@ -19,9 +19,6 @@ class _BarcodeListScannerWithControllerState | @@ -19,9 +19,6 @@ class _BarcodeListScannerWithControllerState | ||
| 19 | torchEnabled: true, | 19 | torchEnabled: true, |
| 20 | // formats: [BarcodeFormat.qrCode] | 20 | // formats: [BarcodeFormat.qrCode] |
| 21 | // facing: CameraFacing.front, | 21 | // facing: CameraFacing.front, |
| 22 | - onPermissionSet: (hasPermission) { | ||
| 23 | - // Do something with permission callback | ||
| 24 | - }, | ||
| 25 | // detectionSpeed: DetectionSpeed.normal | 22 | // detectionSpeed: DetectionSpeed.normal |
| 26 | // detectionTimeoutMs: 1000, | 23 | // detectionTimeoutMs: 1000, |
| 27 | // returnImage: false, | 24 | // returnImage: false, |
| @@ -19,9 +19,6 @@ class _BarcodeScannerWithControllerState | @@ -19,9 +19,6 @@ class _BarcodeScannerWithControllerState | ||
| 19 | torchEnabled: true, | 19 | torchEnabled: true, |
| 20 | // formats: [BarcodeFormat.qrCode] | 20 | // formats: [BarcodeFormat.qrCode] |
| 21 | // facing: CameraFacing.front, | 21 | // facing: CameraFacing.front, |
| 22 | - onPermissionSet: (hasPermission) { | ||
| 23 | - // Do something with permission callback | ||
| 24 | - }, | ||
| 25 | // detectionSpeed: DetectionSpeed.normal | 22 | // detectionSpeed: DetectionSpeed.normal |
| 26 | // detectionTimeoutMs: 1000, | 23 | // detectionTimeoutMs: 1000, |
| 27 | // returnImage: false, | 24 | // returnImage: false, |
| @@ -21,9 +21,6 @@ class _BarcodeScannerReturningImageState | @@ -21,9 +21,6 @@ class _BarcodeScannerReturningImageState | ||
| 21 | torchEnabled: true, | 21 | torchEnabled: true, |
| 22 | // formats: [BarcodeFormat.qrCode] | 22 | // formats: [BarcodeFormat.qrCode] |
| 23 | // facing: CameraFacing.front, | 23 | // facing: CameraFacing.front, |
| 24 | - onPermissionSet: (hasPermission) { | ||
| 25 | - // Do something with permission callback | ||
| 26 | - }, | ||
| 27 | // detectionSpeed: DetectionSpeed.normal | 24 | // detectionSpeed: DetectionSpeed.normal |
| 28 | // detectionTimeoutMs: 1000, | 25 | // detectionTimeoutMs: 1000, |
| 29 | returnImage: true, | 26 | returnImage: true, |
-
Please register or login to post a comment