onDeleteGroup static method
void
onDeleteGroup(
- dynamic groupJid
Implementation
static void onDeleteGroup(groupJid) {
if (Get.isRegistered<DashboardController>()) {
Get.find<DashboardController>().onDeleteGroup(groupJid);
}
}