RouterGeneralLibFlutter class

Constructors

RouterGeneralLibFlutter({required BuildContext context, required bool rootNavigator})

Properties

context BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
no setter
rootNavigator bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activate() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
popAndPushNamed<T extends Object?, TO extends Object?>(String routeName, {TO? result, Object? arguments}) Future<T?>
pushAndRemoveUntil<T extends Object?>({required Route<T> newRoute, required String routeName}) Future<T?>
pushNamed<T extends Object?>({required String routeName, Object? arguments}) Future<T?>
pushNamedAndRemoveUntil<T extends Object?>({required String routeName, required String removeRouteName, Object? arguments, bool rootNavigator = false}) Future<T?>
pushReplacementNamed<T extends Object?, TO extends Object?>({required String routeName, Object? arguments, TO? result}) Future<T?>
routeDataGeneralLibFlutter() RouteDataGeneralLibFlutter
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

of(BuildContext context, {bool rootNavigator = false}) RouterGeneralLibFlutter