NavigationPlugin class abstract

Inheritance
Implementers

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
instance → GoRouter
no setter
name String
finalinherited
pluginType PluginType
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
finalinherited

Methods

appendRoutes(List<RouteBase> routes) → void
dispose() Future<void>
inherited
go(String location, {Object? extra}) → void
goNamed(String name, {Map<String, String> pathParameters = const <String, String>{}, Map<String, dynamic> queryParameters = const <String, dynamic>{}, Object? extra}) → 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, {Object? extra}) Future<T?>
pushNamed<T extends Object?>(String name, {Map<String, String> pathParameters = const <String, String>{}, Map<String, dynamic> queryParameters = const <String, dynamic>{}, Object? extra}) Future<T?>
pushReplacement<T extends Object?>(String location, {Object? extra}) Future<T?>
pushReplacementNamed<T extends Object?>(String name, {Map<String, String> pathParameters = const <String, String>{}, Map<String, dynamic> queryParameters = const <String, dynamic>{}, Object? extra}) Future<T?>
replace<T extends Object?>(String location, {Object? extra}) Future<T?>
replaceNamed<T extends Object?>(String name, {Map<String, String> pathParameters = const <String, String>{}, Map<String, dynamic> queryParameters = const <String, dynamic>{}, Object? extra}) Future<T?>
replaceRoutes(List<RouteBase> routes) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

fallbackRoute → GoRoute
final