resetBoard method

void resetBoard()

Implementation

void resetBoard() {
  game.reset();
  _notifyListeners();
}