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 |
deleted file mode 100644 |
index 1119fe0274dfededdc4a512620ac6a29b102e670..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/frog/NotificationCenter.dart |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
- |
-class _NotificationCenterJs extends _DOMTypeJs implements NotificationCenter native "*NotificationCenter" { |
- |
- int checkPermission() native; |
- |
- _NotificationJs createHTMLNotification(String url) native; |
- |
- _NotificationJs createNotification(String iconUrl, String title, String body) native; |
- |
- void requestPermission(VoidCallback callback) native; |
-} |