updateNotificationConfigAndroid method

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

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

Implementation

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