I see that FlutterFlow uses GoRouter.
I need to direct the user to a page from within my Custom Action (on resuming from previously having gone to sleep). My custom code for running on resume is working.
I cannot figure out how to push() or go() using GoRouter in my Custom Action. I don't have the context that would be used for such navigation.
Can anyone help?