你可以使用 `onCreate` 或 `onDestroy` 来跟踪所有创建与销毁的通知。
使用前需要用户授权!
this.notifyPushService.requestPermission()
一旦用户授权,就可以使用下面代码发起浏览器通知。
this.notifyPushService.create('未处理消息 10 条').subscribe();