updateUser

abstract suspend fun updateUser(user: UserEntity)

Update an existing user in the database.

Parameters

user

The user entity to update