FlutterGetIt.navigator constructor
const
FlutterGetIt.navigator({
Implementation
const FlutterGetIt.navigator({
super.key,
this.builder,
this.builderPath,
this.bindings,
this.middlewares,
this.name,
this.modules,
this.modulesRouter,
this.pagesRouter,
this.loggerConfig,
}) : contextType = FlutterGetItContextType.navigator,
assert((builder == null) != (builderPath == null),
'Please use either Builder or BuilderPath, not both.');