OnStateListener mixin

状态构建监听

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
onBuildCall({required BuildContext context, required String viewName}) → void
页面状态被创建回调 context BuildContext viewName 组件别名
onPause(String viewName, String routeName, Map<String, dynamic> arguments) → void
onResume(String viewName, String routeName, Map<String, dynamic> arguments) → void
toString() String
A string representation of this object.
inherited

Operators

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