clearBoard method
Clears board
Implementation
void clearBoard() {
game?.clear();
refreshBoard == null ? this._throwNotAttachedException() : refreshBoard();
}
Clears board
void clearBoard() {
game?.clear();
refreshBoard == null ? this._throwNotAttachedException() : refreshBoard();
}