NavigationLogicProviderImpl class

Implemented types

Constructors

const

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 args) → void
previousPage can be null when the current page is the first participator page.
override
next<T>(NextArguments args) Future<T?>
This method is never called on the last page, rather, lastPageCallback is called instead.
override
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