reset method
void
reset()
Implementation
void reset() {
_isAnimating = false;
_animatingPiece = null;
_animatingStep = null;
_state = _initialState(_state.players, _teams);
notifyListeners();
}
void reset() {
_isAnimating = false;
_animatingPiece = null;
_animatingStep = null;
_state = _initialState(_state.players, _teams);
notifyListeners();
}