Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2024-04-30 15:06:09 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c816b39765e8eb91a1ed49e08a1fe8b467ff722b
c816b397
1 parent
d19f1de1
shorten an error message
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
lib/src/web/mobile_scanner_web.dart
lib/src/web/mobile_scanner_web.dart
View file @
c816b39
...
...
@@ -265,8 +265,7 @@ class MobileScannerWeb extends MobileScannerPlatform {
throw
const
MobileScannerException
(
errorCode:
MobileScannerErrorCode
.
controllerAlreadyInitialized
,
errorDetails:
MobileScannerErrorDetails
(
message:
'The scanner was already started. Call stop() before calling start() again.'
,
message:
'The scanner was already started.'
,
),
);
}
...
...
Please
register
or
login
to post a comment