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