Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -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 | } |
-
Please register or login to post a comment