HardwareBackButtonNavigation

fun HardwareBackButtonNavigation(onBackButtonClickHandler: suspend () -> Unit)

Adds a handler for a hardware back button

Parameters

onBackButtonClickHandler

The handler to execute when the back button is pressed.