`@Query("SELECT * FROM Dog")` `fun getAllDogs(): *...
# coroutines
r
@Query("SELECT * FROM Dog")
fun getAllDogs(): *Flow*<List<Dog>>