push abstract method

void push(
  1. Route route
)

Puts a route object on top of the navigation stack

Implementation

void push(Route route);