PushChannel dispatches notifications through a PushTransport (e.g. FcmProvider).
PushChannel(name: string,transport: PushTransport)
readonly
name: string
Channel dispatch name (e.g. 'email', 'sms').
send(notification: NotificationMessage): Promise<void>
Extracts to.token and optionally subject as title, then sends via PushTransport.