insert

abstract suspend fun insert(user: UserRoomEntity)

Inserts a single user into the local database. If a conflict occurs, the existing user is replaced.

Parameters

user

The user to be inserted.