void loadGameFromFEN(final String fen, {final bool notify = true}) { game.load(fen); if (notify) { _notifyListeners(); } }