NavigationPresenter<FS> mixin

Superclass Constraints

Properties

canPop bool
no setter
container UseCaseContainer
no setterinherited
currentRoute BolterRoute
no setter
currentRoutes List<BolterRoute>
no setter
firstRoute BolterRoute
no setter
flutterState → FS
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
loading ValueListenable<bool>
no setterinherited
no setter
routeBefore BolterRoute
no setter
routesStream ValueStream<List<BolterRoute>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
inherited
findRoute<T extends BolterRoute>() → T
init() FutureOr<void>
inherited
isInStack<T extends BolterRoute>() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pop() → void
popUntil<T extends BolterRoute>() → void
push<R>(BolterRoute<R?> route) Future<R?>
pushAndRemoveUntil<R>(BolterRoute<R?> route) Future<R?>
pushReplacement<R>(BolterRoute<R?> route) Future<R?>
runContext(void handle(BuildContext context)) → void
inherited
setLoading(bool value) → void
inherited
stream<V>(dynamic getter, {bool distinct = true}) ValueStream<V>
inherited
toString() String
A string representation of this object.
inherited
updateUI() → void
inherited
useCase<U>() → U
inherited

Operators

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