DialogQueue class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isActive → bool
-
no setter
- isShowing → bool
-
no setter
- onPushRemovedEvent ← dynamic Function(Route? pushRoute)
-
no getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addDialog<
T> (DialogQueueElement dialog) → Future< T?> -
clear(
) → dynamic -
handlePushRemoveEvent(
Route? pushRoute) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → dynamic -
pushNameThenResume<
T extends Object?, TO extends Object?> (String pushName, {TO? result, Object? arguments}) → Future< T?> -
pushThenResume<
T extends Object?, TO extends Object?> (Route pushRoute, [TO? result]) → Future< T?> -
resume(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → DialogQueue
-
no setter