Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -304,7 +304,7 @@ class MobileScannerController { | @@ -304,7 +304,7 @@ class MobileScannerController { | ||
| 304 | throw const MobileScannerException( | 304 | throw const MobileScannerException( |
| 305 | errorCode: MobileScannerErrorCode.genericError, | 305 | errorCode: MobileScannerErrorCode.genericError, |
| 306 | errorDetails: MobileScannerErrorDetails( | 306 | errorDetails: MobileScannerErrorDetails( |
| 307 | - message: 'The zoomScale must be between 0 and 1.', | 307 | + message: 'The zoomScale must be between 0 and 1.', |
| 308 | ), | 308 | ), |
| 309 | ); | 309 | ); |
| 310 | } | 310 | } |
-
Please register or login to post a comment