PushChannel.prototype.send(notification: NotificationMessage): Promise<void>
Extracts to.token and optionally subject as title, then sends via PushTransport.
notification: NotificationMessage
The notification to send
PushChannel.prototype.send(notification: NotificationMessage): Promise<void>
Extracts to.token and optionally subject as title, then sends via PushTransport.
notification: NotificationMessage
The notification to send
import { PushChannel } from "notification-plugin/src/index.ts";