useHistoryState function
Observes and controls same-document browser history.
Returns null during SSR and first hydration.
Implementation
HistoryController? useHistoryState() => use(const _HistoryHook());
Observes and controls same-document browser history.
Returns null during SSR and first hydration.
HistoryController? useHistoryState() => use(const _HistoryHook());