AitServer class

管理session列表的@消息处理

Properties

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

Methods

clearAitMessage(String conversationId) Future<int>
删除session中所有@消息
getAllAitSession(String myId) Future<List<String>>
initListener() → void
isAitSession(String sessionId, String myId) Future<bool>
获取session是否是ai消息
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveAitMessage(String conversationId, String messageId) Future<bool>
保存@消息
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AitServer
no setter