SlackChannel dispatches notifications through a SlackTransport (e.g. SlackProvider).
SlackChannel(name: string,transport: SlackTransport)
readonly
name: string
Channel dispatch name (e.g. 'email', 'sms').
send(notification: NotificationMessage): Promise<void>
Sends the body as text, optionally including to.channel.