SmsChannel dispatches notifications through an SmsTransport (e.g. TwilioProvider).
SmsChannel(name: string,transport: SmsTransport)
readonly
name: string
Channel dispatch name (e.g. 'email', 'sms').
send(notification: NotificationMessage): Promise<void>
Extracts to.phone and sends via SmsTransport.