navigateTo method

void navigateTo(
  1. String route
)

Implementation

void navigateTo(String route) {
  router.navigateTo(route);
}