Rak
initialState
class AnalyticsConsentViewModel(val prefs: Preferences) : ViewModel(), ContainerHost<AnalyticsConsentState, NavigationEvent> { override val container: Container<AnalyticsConsentState, NavigationEvent> = container(AnalyticsConsentState(consentGiven = true))
A modern programming language that makes developers happier.