increaseCountAction method

dynamic increaseCountAction()

automatically generated action code - don't change this code

Implementation

increaseCountAction() {
var state = SampleViewState(); // do not change this line
state.counter = state.counter + 1;
updateState(() {});
}