chatMuteChangesNotifyUI method

void chatMuteChangesNotifyUI(
  1. String jid
)

Implementation

void chatMuteChangesNotifyUI(String jid) {
  if (Get.isRegistered<DashboardController>()) {
    Get.find<DashboardController>().chatMuteChangesNotifyUI(jid);
  }
}