pushView abstract method

Future<void> pushView(
  1. BeagleRoute route,
  2. BuildContext context
)

Navigates to route by pushing it to the navigation history of the current navigation stack.

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

Implementation

Future<void> pushView(BeagleRoute route, BuildContext context);