Navigate to a Specific Screen

Purpose: Navigates to a specific screen or section, such as “home” or any named destination in your app.

Syntax:

goTo:“destination”

Example: To navigate to the home screen:

goTo:“homescreen”

Last updated