resetBoard method

void resetBoard()

Implementation

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