getUserByEmail

abstract suspend fun getUserByEmail(email: String): UserRoomEntity

Retrieves a user from the local database by email.

Return

The user with the specified email.

Parameters

email

The email of the user to retrieve.