autoLoadConversations property
~english Whether to automatically load the conversation list from the local database during initialization.
- (Default)
true: Yes. false: No. Set this option tofalsebefore usingChatManager.fetchConversationsFromDBto load conversations with pagination. ~end
~chinese 初始化时是否自动加载本地会话列表。
- (默认)
true:是; false:否。使用ChatManager.fetchConversationsFromDB分页加载会话前需将该选项设置为false。 ~end
Implementation
final bool autoLoadConversations;