backButtonDispatcher property Null safety
final
The back button dispatcher for the router.
The two common alternatives are the RootBackButtonDispatcher for root router, or the ChildBackButtonDispatcher for other routers.
Implementation
final BackButtonDispatcher? backButtonDispatcher;