void onHistoryChanged(bool canGoBack, bool canGoForward) { _ensureOpen(); _onHistoryChanged?.call(canGoBack, canGoForward); }