In the following example:
setState(() { _counter++; });
What happens if I increase the counter before calling setState()?
setState()