onDeleteGroup method

void onDeleteGroup(
  1. dynamic groupJid
)

Implementation

void onDeleteGroup(groupJid) {
  updateRecentChat(jid: groupJid);
}