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