awaitNavigateUp

abstract suspend fun awaitNavigateUp()

Assert that the next event received was an "up" navigation event. This function will suspend if no events have been received.

Throws

  • if the next event was not a matching event.