getUserByRemoteId

abstract suspend fun getUserByRemoteId(remoteId: Int): UserRoomEntity

Retrieves a user from the local database by remote ID.

Return

The user with the specified remote ID.

Parameters

remoteId

The remote ID of the user to retrieve.