NavigatorDelegate<T> class
- Mixed-in types
Constructors
Properties
Methods
-
getState(
) → NavigatorState? -
override
-
init(
) → Future< void> -
inherited
-
initRun(
NavigatorState state) → FutureOr< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onFailed(
) → void -
override
-
runWith(
void run(NavigatorState state), void onFailed()) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited