Makes move on the board
void makeMove({required String from, required String to}) { game.move({"from": from, "to": to}); notifyListeners(); }