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
2023-11-22 12:25:50 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
60d93c709679df223030629658dac24901c37302
60d93c70
1 parent
0f475490
fix doc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
lib/src/web/zxing/result.dart
lib/src/web/zxing/result.dart
View file @
60d93c7
...
...
@@ -78,6 +78,7 @@ extension ResultExt on Result {
}
}
/// Get the corner points of the result.
List
<
Offset
>
get
resultPoints
{
final
JSArray
?
resultPoints
=
getResultPoints
.
callAsFunction
()
as
JSArray
?;
...
...
Please
register
or
login
to post a comment