Julian Steenbakker

style: flutter format

@@ -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?,