getLocalUserByEmail

open suspend override fun getLocalUserByEmail(email: String): UserRoomEntity

Retrieves a local user from the database using the specified email.

Return

A UserRoomEntity representing the local user.

Parameters

email

The email address of the user to retrieve.