Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -213,7 +213,8 @@ class MobileScannerController { | @@ -213,7 +213,8 @@ class MobileScannerController { | ||
| 213 | 213 | ||
| 214 | if (kIsWeb) { | 214 | if (kIsWeb) { |
| 215 | onPermissionSet?.call( | 215 | onPermissionSet?.call( |
| 216 | - true,); // If we reach this line, it means camera permission has been granted | 216 | + true, |
| 217 | + ); // If we reach this line, it means camera permission has been granted | ||
| 217 | 218 | ||
| 218 | args.value = MobileScannerArguments( | 219 | args.value = MobileScannerArguments( |
| 219 | webId: startResult['ViewID'] as String?, | 220 | webId: startResult['ViewID'] as String?, |
-
Please register or login to post a comment