ConversationService class abstract

Implementers

Constructors

ConversationService()

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

Operators

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