navigateExternal abstract method

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

Navigates to other pages outside the web application i.e. the Identity Provider.

Implementation

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