//coroutines-extensions/com.squareup.sqldelight.runtime.coroutines/asFlow
asFlow
[common]
Content
@JvmName(name = toFlow)
fun <T : Any> Query<T>.asFlow(): Flow<Query<T>>
More info
Turns this Query into a Flow which emits whenever the underlying result set changes.