GetUserService

class GetUserService @Inject constructor(getUser: GetUser)

Service class for getting user details.

Constructors

Link copied to clipboard
@Inject
constructor(getUser: GetUser)

Types

Link copied to clipboard
object Companion : Logging

Functions

Link copied to clipboard
suspend fun invoke(call: ApplicationCall)

Invokes the service to get user details.