Notification
An implementation of a push notification service.
Available:
Methods:
await this.notificationProvider.sendNotification({
header: 'Title of the notification',
content: 'Notification content',
deviceId: 'Device #id',
});Last updated