Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -187,7 +187,7 @@ public class MobileScannerPlugin: NSObject, FlutterPlugin, FlutterStreamHandler, | @@ -187,7 +187,7 @@ public class MobileScannerPlugin: NSObject, FlutterPlugin, FlutterStreamHandler, | ||
| 187 | 187 | ||
| 188 | if (device == nil) { | 188 | if (device == nil) { |
| 189 | result(FlutterError(code: "MobileScanner", | 189 | result(FlutterError(code: "MobileScanner", |
| 190 | - message: "No camera found!", | 190 | + message: "No camera found or failed to open camera!", |
| 191 | details: nil)) | 191 | details: nil)) |
| 192 | return | 192 | return |
| 193 | } | 193 | } |
-
Please register or login to post a comment