back

suspend fun NavManagerService.back(letAppMoveToBackground: Boolean = false): Result<Unit>

Sends a back request to the navigation app, which is an equivalent to the back click.

Parameters

letAppMoveToBackground

if true, the navigation app will move to the background if the function is called when there is no UI element to hide.