In Angular.Dart, various views can be controlled using routes.
How to read the current route (in the part of the code that is not related to the view) , for example, to update the state of the application if someone copies / pastes the URL? (i.e. application entry point is not original, default value, URL)
source
share