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