resetBoard method
Implementation
void resetBoard() {
game?.reset();
refreshBoard == null ? this._throwNotAttachedException() : refreshBoard();
}
void resetBoard() {
game?.reset();
refreshBoard == null ? this._throwNotAttachedException() : refreshBoard();
}