Back to Flutter Boost

GlobalPageVisibilityObserver class

doc/api/page_visibility/GlobalPageVisibilityObserver-class.html

5.0.22.6 KB
Original Source

GlobalPageVisibilityObserver class

Observer for all pages visibility

Constructors

GlobalPageVisibilityObserver()

Properties

hashCodeint The hash code for this object. [...] read-only, inherited runtimeTypeType A representation of the runtime type of the object. read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...] inherited onBackground(Route route) → void onForeground(Route route) → void onPageHide(Route route) → void onPagePop(Route route) → void onPagePush(Route route) → void onPageShow(Route route) → void toString() → String A string representation of this object. [...] inherited

Operators

operator ==(Object other) → bool The equality operator. [...] inherited