Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -455,6 +455,8 @@ public class MobileScannerPlugin: NSObject, FlutterPlugin, FlutterStreamHandler, | @@ -455,6 +455,8 @@ public class MobileScannerPlugin: NSObject, FlutterPlugin, FlutterStreamHandler, | ||
| 455 | return | 455 | return |
| 456 | } | 456 | } |
| 457 | releaseCamera() | 457 | releaseCamera() |
| 458 | + | ||
| 459 | + result(nil) | ||
| 458 | } | 460 | } |
| 459 | 461 | ||
| 460 | func stop(_ result: FlutterResult) { | 462 | func stop(_ result: FlutterResult) { |
-
Please register or login to post a comment