LifecycleOwner class abstract

生命周期持有者 对外提供对外提供被观察者对象 Lifecycle 需要继承/混入/实现

Implementers

Constructors

LifecycleOwner()

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

getLifecycle() LifecycleObservable
Lifecycle被观察者
getStateful() State<StatefulWidget>
Lifecycle stateful对象
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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