FlameNavigator class

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setGameManager(GameManager gameManager) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

currentRoute FlameRoute
no setter
instance FlameNavigator
no setter
isReady bool
no setter

Static Methods

pop({dynamic result}) → void
popAndPushNamed(String route, {dynamic arguments}) Future
popUntil(bool check(FlameRoute route), {dynamic result}) → void
push(FlameWidget screen) Future
pushNamed(String route, {dynamic arguments}) Future
showDialog(FlameWidget dialog) Future