backButtonDispatcher property

BackButtonDispatcher? backButtonDispatcher
final

A delegate that decide whether to handle the Android back button intent.

This object will be used by the underlying Router.

If this is not provided, the widgets app will create a RootBackButtonDispatcher by default.

See also:

Implementation

final BackButtonDispatcher? backButtonDispatcher;