clearBoard method

void clearBoard()

Clears board

Implementation

void clearBoard() {
  game.clear();
  notifyListeners();
}