Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この回答で提供されているコードを機能させることができませんでした:(
window.on.popState.add((_) => showPage());
Breaking on exception: Class 'Events' has no instance getter 'popState'.
どんな助けでも大歓迎です!
使用する必要があります:
window.onPopState.listen((_) => showPage());