Searched refs:_configValue (Results 1 – 1 of 1) sorted by relevance
105 private val _configValue = MutableStateFlow(defaultConfig.getBoolean(key)) constant106 val config = _configValue.asStateFlow()109 _configValue.value = config.getBoolean(key) in update()