updateState

@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP])
actual fun updateState()
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP])
expect fun updateState()

Update the state to be the lower of the two constraints:

@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP])
actual fun updateState()
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP])
actual fun updateState()
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP])
actual fun updateState()