Room Database with Kotlin Coroutines in Android ... @Dao interface UserDao { @Query("SELECT * FROM user") suspend fun getAll(): List<User> ...
確定! 回上一頁