enableNotificationAndroid abstract method
配置 Android 消息提醒 仅Android
[enableRegularNotification] - 普通消息提醒开关
[enableRevokeMessageNotification] - 消息撤回是否提醒
Implementation
Future<NIMResult<void>> enableNotificationAndroid({
required bool enableRegularNotification,
required bool enableRevokeMessageNotification,
});