ProfileRepository

class ProfileRepository(scope: CoroutineScope, defaultProfile: String)

Constructors

Link copied to clipboard
constructor(scope: CoroutineScope, defaultProfile: String)

Properties

Link copied to clipboard
val profileId: StateFlow<String>
Link copied to clipboard
val showMessage: Flow<Int>

Functions

Link copied to clipboard
fun setProfileId(profile: String)