Skip to content

Commit 9f602a3

Browse files
bug: fix result not being called
1 parent bc8662f commit 9f602a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

macos/mobile_scanner/Sources/mobile_scanner/MobileScannerPlugin.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,8 @@ public class MobileScannerPlugin: NSObject, FlutterPlugin, FlutterStreamHandler,
455455
return
456456
}
457457
releaseCamera()
458+
459+
result(nil)
458460
}
459461

460462
func stop(_ result: FlutterResult) {

0 commit comments

Comments
 (0)