FusionPageLifecycleBinding class

Properties

hashCode int
The hash code for this object.
no setterinherited
isVisible bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispatchPageBackgroundEvent() → void
dispatchPageForegroundEvent() → void
dispatchPageInvisibleEvent(Route route) → void
dispatchPageVisibleEvent(Route route, {bool isFirstTime = false}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(FusionPageLifecycleListener listener) → void
Register the page's lifecycle listener.
toString() String
A string representation of this object.
inherited
unregister(FusionPageLifecycleListener listener) → void
Unregister the page's lifecycle listener.

Operators

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

Static Properties

instance FusionPageLifecycleBinding
no setter