CuriosityEvent class

Constructors

CuriosityEvent()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isPaused bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(EventListen eventListen) Future<bool>
添加消息流监听
dispose() Future<bool>
关闭并销毁消息通道
initialize() Future<bool>
初始化消息通道
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() bool
暂停消息流监听
resume() bool
重新开始监听
sendEvent(dynamic arguments) Future<bool>
调用原生方法 发送消息
toString() String
A string representation of this object.
inherited

Operators

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