Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -81,7 +81,7 @@ class MobileScannerWebPlugin { | @@ -81,7 +81,7 @@ class MobileScannerWebPlugin { | ||
| 81 | vidDiv.children = [video]; | 81 | vidDiv.children = [video]; |
| 82 | 82 | ||
| 83 | final CameraFacing cameraFacing = | 83 | final CameraFacing cameraFacing = |
| 84 | - arguments['cameraFacing'] ?? CameraFacing.front; | 84 | + arguments['facing'] ?? CameraFacing.front; |
| 85 | 85 | ||
| 86 | // See https://github.com/flutter/flutter/issues/41563 | 86 | // See https://github.com/flutter/flutter/issues/41563 |
| 87 | // ignore: UNDEFINED_PREFIXED_NAME | 87 | // ignore: UNDEFINED_PREFIXED_NAME |
-
Please register or login to post a comment