CurrentSessionUseCase

class CurrentSessionUseCase(sessionRepository: SessionRepository)

This use case will return the current session.

See also

Constructors

Link copied to clipboard
constructor(sessionRepository: SessionRepository)

Functions

Link copied to clipboard
suspend operator fun invoke(): CurrentSessionResult