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