insertAll

abstract suspend fun insertAll(users: List<UserRoomEntity>)

Inserts a list of users into the local database. If a conflict occurs, the existing users are replaced.

Parameters

users

The list of users to be inserted.