updateMessageNotification static method

dynamic updateMessageNotification(
  1. bool value
)

Implementation

static updateMessageNotification(bool value) {
  NimCore.instance.settingsService.enableNotificationAndroid(
      enableRegularNotification: value,
      enableRevokeMessageNotification: value);
}