deleteRemoteAndLocalConversationsMark method
Future<void>
deleteRemoteAndLocalConversationsMark({
- required List<
String> conversationIds, - required ConversationMarkType mark,
~english Unmarks conversations.
This method unmarks conversations both locally and on the server.
Param conversationIds
The list of conversation IDs to unmark.
Param mark
The conversation mark to remove. See ConversationMarkType.
~end
~chinese 取消标记会话。
本地和服务端取消标记会话。
Param conversationIds
要取消标记的会话 ID 列表。
Param mark
要移除的会话标记,详见 ConversationMarkType。
~end
Implementation
Future<void> deleteRemoteAndLocalConversationsMark({
required List<String> conversationIds,
required ConversationMarkType mark,
}) async {
throw UnimplementedError("not implemented.");
}