ConversationServicesImpl class

Inheritance

Constructors

ConversationServicesImpl()

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

addConversationListener({required V2TimConversationListener listener}) Future<void>
override
deleteConversation({required String conversationID}) Future<V2TimCallback>
override
getConversation({required String conversationID}) Future<V2TimConversation?>
override
getConversationList({required String nextSeq, required int count}) Future<V2TimConversationResult?>
override
getConversationListByConversationId({required String convID}) Future<V2TimConversation?>
override
getTotalUnreadCount() Future<int>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pinConversation({required String conversationID, required bool isPinned}) Future<V2TimCallback>
override
removeConversationListener({V2TimConversationListener? listener}) Future<void>
override
setConversationDraft({required String conversationID, String? draftText}) Future<V2TimCallback>
override
toString() String
A string representation of this object.
inherited

Operators

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