reset method
void
reset()
Implementation
void reset() {
_ballHistory.clear();
_currentStatus = ShotStatus.none;
_score = 0;
_attempts = 0;
_lastPlayerAction = null;
}
void reset() {
_ballHistory.clear();
_currentStatus = ShotStatus.none;
_score = 0;
_attempts = 0;
_lastPlayerAction = null;
}