GetSessionsUseCase

class GetSessionsUseCase(sessionRepository: SessionRepository)

This use case will return all valid sessions.

See also

Constructors

Link copied to clipboard
constructor(sessionRepository: SessionRepository)

Functions

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