NotificationService.prototype.send(notification: NotificationMessage): Promise<void>
Dispatches a notification on every requested channel.
notification: NotificationMessage
The notification to send
NotificationService.prototype.send(notification: NotificationMessage): Promise<void>
Dispatches a notification on every requested channel.
notification: NotificationMessage
The notification to send
import { NotificationService } from "notification-plugin/src/index.ts";