updateAttributeForCurrentUser

abstract fun updateAttributeForCurrentUser(    updateAttribute: ProfileScreenViewModel.UpdateAttribute,     newValue: String,     resetStateTimeOut: Long = defaultResetStateTimeOut)

Used to update the specified updateAttribute to the newValue for the current user.

Parameters

resetStateTimeOut

the amount of time in millis before the uiState is set back to ProfileScreenViewModel.UiState.IDLE.