Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -5,9 +5,9 @@ import 'dart:js_interop'; | @@ -5,9 +5,9 @@ import 'dart:js_interop'; | ||
| 5 | /// See also: https://github.com/zxing-js/library/blob/master/src/core/ResultPoint.ts | 5 | /// See also: https://github.com/zxing-js/library/blob/master/src/core/ResultPoint.ts |
| 6 | @JS() | 6 | @JS() |
| 7 | @staticInterop | 7 | @staticInterop |
| 8 | -abstract class Result {} | 8 | +abstract class ResultPoint {} |
| 9 | 9 | ||
| 10 | -extension ResultPointExt on Result { | 10 | +extension ResultPointExt on ResultPoint { |
| 11 | external JSFunction getX; | 11 | external JSFunction getX; |
| 12 | 12 | ||
| 13 | external JSFunction getY; | 13 | external JSFunction getY; |
-
Please register or login to post a comment