Fix the following code by rewriting one of its lines.
private val number = MutableStateFlow(100)
fun countDown() {
number -= 10 // Unresolved reference.
}Fix the following code by rewriting one of its lines.
private val number = MutableStateFlow(100)
fun countDown() {
number -= 10 // Unresolved reference.
}Create a free account to access the full topic