channels

@JvmName(name = "listNotificationChannelsResponseNotificationChannel")
fun Flow<ListNotificationChannelsResponse>.channels(): Flow<NotificationChannel>

This paginator transforms the flow returned by listNotificationChannelsPaginated to access the nested member NotificationChannel

Return

A kotlinx.coroutines.flow.Flow that can collect NotificationChannel