SmsChannel.prototype.send(notification: NotificationMessage): Promise<void>
Extracts to.phone and sends via SmsTransport.
notification: NotificationMessage
The notification to send
SmsChannel.prototype.send(notification: NotificationMessage): Promise<void>
Extracts to.phone and sends via SmsTransport.
notification: NotificationMessage
The notification to send
import { SmsChannel } from "notification-plugin/src/index.ts";