MessageConfig constructor

MessageConfig({
  1. bool isGetMessageListBeforeJoinGroup = false,
  2. bool showNickName = true,
  3. bool showTitle = true,
  4. bool isUseGroupCounter = false,
})

Implementation

MessageConfig(
    {this.isGetMessageListBeforeJoinGroup = false,
    this.showNickName = true,
    this.showTitle = true,
    this.isUseGroupCounter = false});