I have implemented a flutter notification and navigation using auto_route. I have a case that from notification I get a payload (route path) to navigate to screen.
Question is how to implement the navigation? Is it possible to use deepLinkBuilder of auto_route? if yes, how deepLinkBuilder can be fired from onSelectedNotification method?