DialogHost
Source set: Common
@Composable
public fun DialogHost(dialogNavigator: DialogNavigator)
Show each Destination on the DialogNavigator's back stack as a Dialog.
Note that NavHost will call this for you; you do not need to call it manually.