flowOnceOf

fun <T> flowOnceOf(value: T): OnlyOnceFlow<T>

This factory function creates an OnlyOnceFlow.

Parameters

value

the value to emit on the flow