ProfileViewModel

class ProfileViewModel @Inject constructor(profileRepository: ProfileRepository) : ViewModel

ViewModel for ProfileScreen.

Parameters

profileRepository

Constructors

Link copied to clipboard
@Inject
constructor(profileRepository: ProfileRepository)

Properties

Link copied to clipboard
val profileUiState: StateFlow<UiState<Profile>>

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
fun signOut()