updateNotificationConfig method Null safety

Future<NIMResult<void>> updateNotificationConfig(
  1. NIMStatusBarNotificationConfig config
)

更新通知栏设置,仅支持Android平台

Implementation

Future<NIMResult<void>> updateNotificationConfig(
    NIMStatusBarNotificationConfig config) async {
  return _platform.updateNotificationConfig(config);
}