PageLifeObserver class abstract
Constructors
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
-
didPop(
String routeName, String? preRouteName) → void -
didPush(
String routeName, String? preRouteName) → void -
didRemove(
String routeName, String? preRouteName) → void -
didReplace(
{String? routeName, String? preRouteName}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onContainerInvisible(
) → void - 原生flutter 容器(ios-FlutterViewController, android-FlutterActivity)隐藏
-
onContainerVisible(
) → void - 原生flutter 容器(ios-FlutterViewController, android-FlutterActivity)显示
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited