SDKTool class

Constructors

SDKTool()

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

aesDecode({required String key, required String iv, required List<int> bytes}) String
aesEncode({required String key, required String iv, required String value}) List<int>
generateSeqList(int minSeq, int maxSeq) List<String>
getGroupId(String convId) String
getSingleId(String convId, String selfId) String
getUUId() String
groupConvId(String id) String
isGroupConv(String convId) bool
isSingleConv(String convId) bool
singleConvId(String id1, String id2) String
utf8Decode(List<int> bytes) String
utf8Encode(String value) List<int>