Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -130,7 +130,7 @@ class MobileScannerController { | @@ -130,7 +130,7 @@ class MobileScannerController { | ||
| 130 | arguments['formats'] = formats!.map((e) => e.index).toList(); | 130 | arguments['formats'] = formats!.map((e) => e.index).toList(); |
| 131 | } | 131 | } |
| 132 | } | 132 | } |
| 133 | - arguments['returnImage'] = true; | 133 | + arguments['returnImage'] = returnImage; |
| 134 | return arguments; | 134 | return arguments; |
| 135 | } | 135 | } |
| 136 | 136 |
-
Please register or login to post a comment