| 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 5ca4808233d00b97de3471b7a753330aa9efb03d..1119fe0274dfededdc4a512620ac6a29b102e670 100644
|
| --- a/client/dom/generated/src/frog/NotificationCenter.dart
|
| +++ b/client/dom/generated/src/frog/NotificationCenter.dart
|
| @@ -1,11 +1,11 @@
|
|
|
| -class NotificationCenterJs extends DOMTypeJs 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;
|
| }
|
|
|