config property

GoRouter get config

Creates an instance of the GoRouter class to handle unauthenticated and authenticated routes, and sets its as the root navigator router.

Implementation

GoRouter get config {
  return RootNavRouter(_createRouter).goRouter;
}