go method

Future<void> go(
  1. String route
)

Implementation

Future<void> go(String route) async {
  this.route =
      await _parser.parseRouteInformation(RouteInformation(location: route));
}