DoesValidSessionExistUseCase

This use case will return the information whether the valid session exists for a given user id.

Constructors

Link copied to clipboard
constructor(sessionRepository: SessionRepository)

Functions

Link copied to clipboard
suspend operator fun invoke(userId: <Error class: unknown class>): DoesValidSessionExistResult