Committed by
GitHub
Update lib/src/method_channel/mobile_scanner_method_channel.dart
Co-authored-by: Navaron Bracke <brackenavaron@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -83,7 +83,7 @@ class MethodChannelMobileScanner extends MobileScannerPlatform { | @@ -83,7 +83,7 @@ class MethodChannelMobileScanner extends MobileScannerPlatform { | ||
| 83 | throw MobileScannerException( | 83 | throw MobileScannerException( |
| 84 | errorCode: MobileScannerErrorCode.unsupported, | 84 | errorCode: MobileScannerErrorCode.unsupported, |
| 85 | errorDetails: MobileScannerErrorDetails( | 85 | errorDetails: MobileScannerErrorDetails( |
| 86 | - message:MobileScannerErrorCode.unsupported.message, | 86 | + message: MobileScannerErrorCode.unsupported.message, |
| 87 | ), | 87 | ), |
| 88 | ); | 88 | ); |
| 89 | } | 89 | } |
-
Please register or login to post a comment