update

abstract suspend fun update(user: UserRoomEntity)

Updates a user in the local database.

Parameters

user

The user to be updated.