resetBoard method
Implementation
void resetBoard({final bool notify = true}) {
game.reset();
if (notify) {
_notifyListeners();
}
}
void resetBoard({final bool notify = true}) {
game.reset();
if (notify) {
_notifyListeners();
}
}