AppNavigator class
- Implemented types
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  
  no setteroverride
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  canPop() → bool 
- 
  
  override
- 
  goBack<T extends Object?> ({T? result}) → void 
- 
  
  override
- 
  maybePop<T extends Object?> ([T? result]) → Future< bool?> 
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  pageSettings(BuildContext context) → RouteSettings? 
- 
  
  override
- 
  popUntil(String route) → void 
- 
  
  override
- 
  push<T extends Object?> (Route< T> route) → Future<T?> 
- 
  
  override
- 
  pushAndRemoveUntil<T extends Object?> (Route< T> route, {RoutePredicate? predicate}) → Future<T?> 
- 
  
  override
- 
  pushNamed<T extends Object?> (String routeName, {Object? args}) → Future< T?> 
- 
  
  override
- 
  pushNamedAndRemoveUntil<T extends Object?> (String routeName, {Object? args, RoutePredicate? predicate}) → Future< T?> 
- 
  
  override
- 
  pushReplacementNamed<T extends Object?, TO extends Object?> (String routeName, {Object? args, TO? result}) → Future< T?> 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited