menu
angulardart_router package
documentation
angulardart_router.dart
BrowserPlatformLocation
onPopState method
onPopState method
dark_mode
light_mode
onPopState
method
@
override
void
onPopState
(
EventListener
fn
)
override
Implementation
@override void onPopState(EventListener fn) { window.addEventListener('popstate', fn, false); }
angulardart_router package
documentation
angulardart_router
BrowserPlatformLocation
onPopState method
BrowserPlatformLocation class