notification Channel
suspend fun notificationChannel(name: String, block: suspend NotificationChannelResourceBuilder.() -> Unit): NotificationChannel
Parameters
name
The unique name of the resulting resource.
block
Builder for NotificationChannel.
See also
Parameters
name
The unique name of the resulting resource.