Julian Steenbakker
Committed by GitHub

Update lib/src/method_channel/mobile_scanner_method_channel.dart

Co-authored-by: Navaron Bracke <brackenavaron@gmail.com>
@@ -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 }