void preloadPage(int index, int totalPages) { if (index < 0 || index >= totalPages || _loadedPages.containsKey(index)) { return; } _markAsUsed(index); _notifyListeners(); }