创建 Angular Dart Web 通知

Creating Angular Dart Web Notification

我从 Angular Dart 聊天教程开始。我想添加一个在其他聊天用户桌面上弹出通知的按钮 - 即使他们已将浏览器最小化。

"Web Notifications" 是正确的方法吗?有人开发过 Angular2 Dart Web Notification 吗?

我猜你可以直接使用 dart:html 包中的通知 api

https://api.dartlang.org/stable/1.22.1/dart-html/Notification-class.html

https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API