Methods
-
addRoutes(List<RouteBase> routes)
→ void
-
-
createRouter({List<RouteBase> extensions = const [], String initialLocation = '/'})
→ GoRouter
-
-
go(String location, {})
→ void
-
-
goNamed(String name, {Map<String, String> pathParameters = const <String, String>{}, Map<String, dynamic> queryParameters = const <String, dynamic>{}})
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
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?>
-
-
toString()
→ String
-
A string representation of this object.
inherited