traverseTo method

NavigationResult traverseTo(
  1. String key, [
  2. NavigationOptions options
])

The traverseTo() method of the Navigation interface navigates to the NavigationHistoryEntry identified by the given NavigationHistoryEntry.key.

Implementation

external NavigationResult traverseTo(
  String key, [
  NavigationOptions options,
]);