loadPGN method

void loadPGN(
  1. String pgn
)

Loads a PGN

Implementation

void loadPGN(String pgn) {
  game.load_pgn(pgn);
  notifyListeners();
}