HiveToolManager class

Inheritance
Mixed in types

Constructors

HiveToolManager({required List<DdPluginHiveBox> boxList})

Properties

boxList List<DdPluginHiveBox>
final
getBoxNames List<DdPluginHiveBox>
no setteroverride
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
findBox(String boxName) Future<Box?>
inherited
mapMessageHandle(Map<String, dynamic> data, SocketConnect socketConnect) Future<void>
json类型的数据处理
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openBox(String boxName) Future<List<String>>
打开一个盒子,并获取所有键
inherited
stringMessageHandle(String data) → void
处理来自服务端的字符串消息
inherited
toString() String
A string representation of this object.
inherited

Operators

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