Index: client/html/generated/html/frog/NotificationCenter.dart |
diff --git a/client/html/generated/html/frog/NotificationCenter.dart b/client/html/generated/html/frog/NotificationCenter.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7c2086d96702227f61d1d863e20c34871809f182 |
--- /dev/null |
+++ b/client/html/generated/html/frog/NotificationCenter.dart |
@@ -0,0 +1,11 @@ |
+ |
+class _NotificationCenterImpl implements NotificationCenter native "*NotificationCenter" { |
+ |
+ int checkPermission() native; |
+ |
+ _NotificationImpl createHTMLNotification(String url) native; |
+ |
+ _NotificationImpl createNotification(String iconUrl, String title, String body) native; |
+ |
+ void requestPermission(VoidCallback callback) native; |
+} |