DefaultPluginMessageHandle class

Inheritance

Constructors

DefaultPluginMessageHandle()
factory

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

error(dynamic error) → void
处理错误信息
inherited
mapMessageHandle(Map<String, dynamic> data, SocketConnect socketConnect) → void
json类型的数据处理
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stringMessageHandle(String data) → void
处理来自服务端的字符串消息
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance DefaultPluginMessageHandle
no setter