historyReplaceState abstract method

void historyReplaceState({
  1. required String title,
  2. required String url,
  3. required RootRenderElement rootElement,
})

Replace last entry on the session history stack.

Implementation

void historyReplaceState({
  required String title,
  required String url,
  required RootRenderElement rootElement,
});