UnstableNavigatorApi

annotation class UnstableNavigatorApi

If marked on a function or a property then it means that the function or property is unstable & should be carefully use in production code as it's behavior might not be stable.

In most cases, these behaviors are tested in the test suite to fulfill some common use-case.

Constructors

Link copied to clipboard
fun UnstableNavigatorApi()