entry

fun entry(screen: Screen)(source)

Deprecated

Use start(screen) instead

Replace with

start(screen)

fun entry(route: suspend (StoreAccessor) -> NavigationNode, loadingThreshold: Duration = 200.milliseconds)(source)

Deprecated

Use start(route, loadingThreshold) instead

Replace with

start(route, loadingThreshold)