moveFirstState method
void
moveFirstState()
Implementation
void moveFirstState() {
_currentState = _states[0];
notifyListeners();
}
void moveFirstState() {
_currentState = _states[0];
notifyListeners();
}