getLocalUserByEmail

abstract suspend fun getLocalUserByEmail(email: String): UserRoomEntity

Retrieves a local user by their email address.

Return

The UserRoomEntity representing the local user.

Parameters

email

The email address of the user.