| OLD | NEW |
| 1 | 1 |
| 2 class NotificationCenter native "NotificationCenter" { | 2 class NotificationCenter native "*NotificationCenter" { |
| 3 | 3 |
| 4 int checkPermission() native; | 4 int checkPermission() native; |
| 5 | 5 |
| 6 Notification createHTMLNotification(String url) native; | 6 Notification createHTMLNotification(String url) native; |
| 7 | 7 |
| 8 Notification createNotification(String iconUrl, String title, String body) nat
ive; | 8 Notification createNotification(String iconUrl, String title, String body) nat
ive; |
| 9 | 9 |
| 10 void requestPermission(VoidCallback callback) native; | 10 void requestPermission(VoidCallback callback) native; |
| 11 | 11 |
| 12 var dartObjectLocalStorage; | 12 var dartObjectLocalStorage; |
| 13 | 13 |
| 14 String get typeName() native; | 14 String get typeName() native; |
| 15 } | 15 } |
| OLD | NEW |