Specifies what happens when the device's back button is pressed. The default is GoBack. If your app has multiple routers or you want to handle back button logic manually, you can set this to None.

Location

Namespace
Fuse.Navigation
Package
Fuse.Navigation 2.9.1

Returns

BackButtonAction

Possible Values

GoBack

Calls the router's GoBack function.

None

Does nothing.