awaitNavigate

abstract suspend fun awaitNavigate(block: Navigator.() -> Unit)

Assert that all the events in the block are received. This function will suspend if no events have been received.

Throws

  • if the next event was not a matching event.