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 {
throw MobileScannerException(
errorCode: MobileScannerErrorCode.unsupported,
errorDetails: MobileScannerErrorDetails(
message:MobileScannerErrorCode.unsupported.message,
message: MobileScannerErrorCode.unsupported.message,
),
);
}
... ...