| Index: client/dom/generated/src/frog/PositionErrorCallback.dart
|
| diff --git a/client/dom/generated/src/frog/PositionErrorCallback.dart b/client/dom/generated/src/frog/PositionErrorCallback.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6f34a6cd6d9215c0befa00057dd1a97fbb6ebf90
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/PositionErrorCallback.dart
|
| @@ -0,0 +1,9 @@
|
| +
|
| +class PositionErrorCallback native "PositionErrorCallback" {
|
| +
|
| + bool handleEvent(PositionError error) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|