start method
void
start()
Implementation
void start() {
_loadCurrentPath();
window.onPopState.listen((PopStateEvent _) => _loadCurrentPath());
}
void start() {
_loadCurrentPath();
window.onPopState.listen((PopStateEvent _) => _loadCurrentPath());
}