Methods
-
appendRoutes(List<RouteBase> routes)
→ void
-
-
dispose()
→ Future<void>
-
inherited
-
go(String location, {})
→ void
-
-
goNamed(String name, {Map<String, String> pathParameters = const <String, String>{}, Map<String, dynamic> queryParameters = const <String, dynamic>{}, })
→ void
-
-
init()
→ Future<void>
-
inherited
-
initRouter({String? initialLocation, required List<RouteBase> routes, required GlobalKey<NavigatorState> rootNavigatorKey})
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pop<T extends Object?>([T? result])
→ void
-
-
push<T extends Object?>(String location, {})
→ Future<T?>
-
-
pushNamed<T extends Object?>(String name, {Map<String, String> pathParameters = const <String, String>{}, Map<String, dynamic> queryParameters = const <String, dynamic>{}, })
→ Future<T?>
-
-
pushReplacement<T extends Object?>(String location, {})
→ Future<T?>
-
-
pushReplacementNamed<T extends Object?>(String name, {Map<String, String> pathParameters = const <String, String>{}, Map<String, dynamic> queryParameters = const <String, dynamic>{}, })
→ Future<T?>
-
-
replace<T extends Object?>(String location, {})
→ Future<T?>
-
-
replaceNamed<T extends Object?>(String name, {Map<String, String> pathParameters = const <String, String>{}, Map<String, dynamic> queryParameters = const <String, dynamic>{}, })
→ Future<T?>
-
-
replaceRoutes(List<RouteBase> routes)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited