Navaron Bracke

shorten an error message

@@ -265,8 +265,7 @@ class MobileScannerWeb extends MobileScannerPlatform { @@ -265,8 +265,7 @@ class MobileScannerWeb extends MobileScannerPlatform {
265 throw const MobileScannerException( 265 throw const MobileScannerException(
266 errorCode: MobileScannerErrorCode.controllerAlreadyInitialized, 266 errorCode: MobileScannerErrorCode.controllerAlreadyInitialized,
267 errorDetails: MobileScannerErrorDetails( 267 errorDetails: MobileScannerErrorDetails(
268 - message:  
269 - 'The scanner was already started. Call stop() before calling start() again.', 268 + message: 'The scanner was already started.',
270 ), 269 ),
271 ); 270 );
272 } 271 }