My question is quite simple: How do i initiate navigation from the ChangeNotifier? I have a dashboard setup with a consumer and i want to change the route depending on the result of certain operations in the ChangeNotifier Model.
A similar question has been asked before but it has gone unanswered: How to Navigate from ChangeNotifier?