markConversation method
Implementation
Future<V2TimValueCallback<List<V2TimConversationOperationResult>>>
markConversation({
required int markType,
required bool enableMark,
required List<String> conversationIDList,
}) async {
throw UnimplementedError('markConversation has not been implemented.');
}