navigateInternal abstract method

Future<bool> navigateInternal(
  1. String url,
  2. NavigationOptions options
)

Navigates to other pages within the same web application.

Return false if this doesn't cause the page to reload i.e. Client-side navigation.

Implementation

Future<bool> navigateInternal(String url, NavigationOptions options);