flowOf

abstract fun <M : Any> flowOf(type: KClass<M>, key: Key<M>, init: Boolean = true): Flow<M?>