navigateTo
Requests navigation to the given destination. An required parameter must be passed.
Parameters
The destination to navigate to.
An optional argument to pass to the destination. The argument will be saved in SavedStateHandle, therefore it must be savable to a Bundle.
An optional NavOptions to use for this navigation.
Requests navigation to the given destination. An required parameter must be passed.
Parameters
The destination to navigate to.
An optional argument to pass to the destination. The argument will be saved in SavedStateHandle, therefore it must be savable to a Bundle.
An optional NavOptions builder to use for this navigation.
Requests navigation to the given destination which takes no input parameter.
Parameters
The destination to navigate to.
An optional NavOptions to use for this navigation.
Requests navigation to the given destination which takes no input parameter.
Parameters
The destination to navigate to.
An optional NavOptions builder to use for this navigation.