ProfileRepository

Properties

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

Functions

Link copied to clipboard
abstract suspend fun fetchUserProfile(forceRefresh: Boolean = false): Result<UserProfile>