notifyDashboardUI method

void notifyDashboardUI()

Implementation

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