resetApplication abstract method

Future<void> resetApplication(
  1. BeagleRoute route, [
  2. String controllerId
])

Removes the entire navigation history and starts it over by navigating to a new initial route (passed as parameter).

The parameter controllerId is optional and it specifies the NavigationController to use for this specific stack.

Returns a Future that resolves as soon as the navigation completes.

Implementation

Future<void> resetApplication(BeagleRoute route, [String controllerId]);