entry
Deprecated
Use start(screen) instead
Replace with
start(screen)Content copied to clipboard
fun entry(route: suspend (StoreAccessor) -> NavigationNode, loadingThreshold: Duration = 200.milliseconds)(source)
Deprecated
Use start(route, loadingThreshold) instead
Replace with
start(route, loadingThreshold)Content copied to clipboard