history property

HistoryModule get history

Access to the standard Web History API implementation.

Provides methods like back(), forward(), pushState(), etc., following the web standard.

Implementation

HistoryModule get history => module.moduleManager.getModule('History')!;