coroutines-extensions / com.squareup.sqldelight.runtime.coroutines / asFlow
asFlow
fun <T :
Any
> <ERROR CLASS><
T
>.asFlow(): <ERROR CLASS><<ERROR CLASS><
T
>>
Turns this Query into a Flow which emits whenever the underlying result set changes.
coroutines-extensions / com.squareup.sqldelight.runtime.coroutines / asFlow
fun <T :
Any
> <ERROR CLASS><
T
>.asFlow(): <ERROR CLASS><<ERROR CLASS><
T
>>
Turns this Query into a Flow which emits whenever the underlying result set changes.