| 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
|
| index 11b857fca2d19861d5b7ed4b44cec53c1a238686..5ca4808233d00b97de3471b7a753330aa9efb03d 100644
|
| --- a/client/dom/generated/src/frog/NotificationCenter.dart
|
| +++ b/client/dom/generated/src/frog/NotificationCenter.dart
|
| @@ -1,15 +1,11 @@
|
|
|
| -class NotificationCenterJS implements NotificationCenter native "*NotificationCenter" {
|
| +class NotificationCenterJs extends DOMTypeJs implements NotificationCenter native "*NotificationCenter" {
|
|
|
| int checkPermission() native;
|
|
|
| - NotificationJS createHTMLNotification(String url) native;
|
| + NotificationJs createHTMLNotification(String url) native;
|
|
|
| - NotificationJS createNotification(String iconUrl, String title, String body) native;
|
| + NotificationJs createNotification(String iconUrl, String title, String body) native;
|
|
|
| void requestPermission(VoidCallback callback) native;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|