backButtonDispatcher property

BackButtonDispatcher? backButtonDispatcher
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;