subscribeTopic

abstract suspend override fun <T : Any> subscribeTopic(topic: TopicOut<T>): Flow<T>

See also