Searched refs:_callState (Results 1 – 1 of 1) sorted by relevance
32 private val _callState = MutableStateFlow(0) constant33 override val callState: Flow<Int> = _callState.asStateFlow()42 _callState.value = value in setCallState()