MsgObserver class

Inheritance

Constructors

MsgObserver(MethodChannel methodChannel, Map<String, Handler> handlerMap)

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
registerReceiveMessage(Observer<List<IMMessage>> observer) → void
注册 消息接受观察者
toString() String
A string representation of this object.
inherited
unregisterReceiveMessage(Observer<List<IMMessage>> observer) → void
注销 消息接受观察者

Operators

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

Static Properties

receiveObserver List<Observer<List<IMMessage>?>>
getter/setter pair