Unregister Saved Host

fun UnregisterSavedHost(show: MutableState<Boolean>, hostManager: HostManager, host: SavedHost, onSuccess: () -> Unit)

Alert to warn about the un-registration of a host

Parameters

show

Whether the alert is shown

hostManager

The host manager support instance

host

The host to unregister

onSuccess

The success callback to invoke