| Index: client/html/generated/html/interface/Notification.dart
|
| diff --git a/client/html/generated/html/interface/Notification.dart b/client/html/generated/html/interface/Notification.dart
|
| index 3b83d269d15c905998b9ebb9760323084f250575..c5e544427292ee24d66b9cad8cc10abc1b988bb9 100644
|
| --- a/client/html/generated/html/interface/Notification.dart
|
| +++ b/client/html/generated/html/interface/Notification.dart
|
| @@ -6,12 +6,12 @@
|
|
|
| interface Notification extends EventTarget {
|
|
|
| + NotificationEvents get on();
|
| +
|
| String dir;
|
|
|
| String replaceId;
|
|
|
| - NotificationEvents get on();
|
| -
|
| void cancel();
|
|
|
| void show();
|
|
|