getById

Retrieves a User from the repository.

Return

The User if available.

Parameters

id
The id of the User.
abstract suspend fun getById(id: String): User?