ProfileRepositoryImpl

class ProfileRepositoryImpl(fortressApiService: FortressApiService, sessionRepository: SessionRepository) : ProfileRepository

Constructors

Link copied to clipboard
constructor(fortressApiService: FortressApiService, sessionRepository: SessionRepository)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val cachedUserProfile: StateFlow<UserProfile?>

Functions

Link copied to clipboard
open suspend override fun fetchUserProfile(forceRefresh: Boolean): Result<UserProfile>