Do not use both suspend and Flow<> on the same method! Like this @Query("SELECT * FROM user") suspend fun loadAll(): Flow<Array<User>>. Just
確定! 回上一頁