makeMoveWithNormalNotation method
Makes move on the board
Implementation
void makeMoveWithNormalNotation(String move) {
game.move(move);
notifyListeners();
}
Makes move on the board
void makeMoveWithNormalNotation(String move) {
game.move(move);
notifyListeners();
}