LiveEventCore class

具有生命周期起的消息组件 每一个消息key对应一个_EventObservable 每一个_EventObservable中包含一组_PageEventObserver 每一个_PageEventObserver对应一个PageLifecycle

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getEvent<T>(String event) EventObservable<T>
获取监听
remove(String event) → dynamic
移除监听