onMuteListAddedFromGroup method Null safety

void onMuteListAddedFromGroup(
  1. String groupId,
  2. List<String> mutes,
  3. int? muteExpire
)

群禁言列表增加

Implementation

void onMuteListAddedFromGroup(
    String groupId, List<String> mutes, int? muteExpire);