Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -213,7 +213,7 @@ class MobileScannerController { | @@ -213,7 +213,7 @@ 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,); // If we reach this line, it means camera permission has been granted |
| 217 | 217 | ||
| 218 | args.value = MobileScannerArguments( | 218 | args.value = MobileScannerArguments( |
| 219 | webId: startResult['ViewID'] as String?, | 219 | webId: startResult['ViewID'] as String?, |
-
Please register or login to post a comment