Smart Parking
androidJvm
domain
/
it.unibolss.smartparking.domain.repositories.user
/
UserRepository
/
getUser
get
User
abstract
suspend
fun
getUser
(
)
:
Either
<
AppError
,
User
>
Gets the informations
User
of the currently logged in user