openRoot abstract method

Future openRoot(
  1. Route route
)

Clears current Navigator and opens new Route.

Implementation

Future<dynamic> openRoot(Route route);