EntryProviderScope

constructor(fallback: (unknownScreen: T) -> NavEntry<T>)

Parameters

fallback

the fallback NavEntry when the provider cannot find an entry associated with a given key on the backStack

Type Parameters

T

the type of the NavEntry key