delete

abstract suspend fun delete(user: UserRoomEntity)

Deletes a user entity from the database.

Parameters

user

The user entity to be deleted.