| Index: client/dom/generated/src/frog/NotificationCenter.dart
|
| diff --git a/client/dom/generated/src/frog/NotificationCenter.dart b/client/dom/generated/src/frog/NotificationCenter.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6b085b3f4863f24397f925efe2f390ffdcaabc80
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/NotificationCenter.dart
|
| @@ -0,0 +1,15 @@
|
| +
|
| +class NotificationCenter native "NotificationCenter" {
|
| +
|
| + int checkPermission() native;
|
| +
|
| + Notification createHTMLNotification(String url) native;
|
| +
|
| + Notification createNotification(String iconUrl, String title, String body) native;
|
| +
|
| + void requestPermission(VoidCallback callback) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|