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
Julian Steenbakker
2022-12-08 11:53:27 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2022-12-08 11:53:27 +0100
Commit
df461cb81028ad49d3aa2e6db0995183016b4205
df461cb8
1 parent
dfeb9b4f
Update mobile_scanner_exception.dart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/mobile_scanner_exception.dart
lib/src/mobile_scanner_exception.dart
View file @
df461cb
...
...
@@ -12,7 +12,7 @@ class MobileScannerException implements Exception {
/// The additional error details that came with the [errorCode].
final
MobileScannerErrorDetails
?
errorDetails
;
@override
String
toString
()
{
if
(
errorDetails
!=
null
&&
errorDetails
?.
message
!=
null
)
{
...
...
Please
register
or
login
to post a comment