NavigationLogicProvider class abstract

Implementers

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

back<T>(BackArguments backParameters) → void
previousPage can be null when the current page is the first participator page.
next<T>(NextArguments nextParameters) Future<T?>
This method is never called on the last page, rather, lastPageCallback is called instead.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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