menu
ngrouter package
documentation
testing.dart
MockLocationStrategy
simulatePopState method
simulatePopState method
dark_mode
light_mode
simulatePopState
method
void
simulatePopState
(
String
url
)
Implementation
void simulatePopState(String url) { internalPath = url; _subject.add(PopStateEvent('popstate')); }
ngrouter package
documentation
testing
MockLocationStrategy
simulatePopState method
MockLocationStrategy class