ZIMConversationQueryConfig constructor
ZIMConversationQueryConfig({
- ZIMConversation? nextConversation,
- int count = 0,
Implementation
ZIMConversationQueryConfig({this.nextConversation, this.count = 0});