loadPGN method
Loads a PGN
Implementation
void loadPGN(String pgn) {
game.load_pgn(pgn);
refreshBoard == null ? this._throwNotAttachedException() : refreshBoard();
}
Loads a PGN
void loadPGN(String pgn) {
game.load_pgn(pgn);
refreshBoard == null ? this._throwNotAttachedException() : refreshBoard();
}