updateNotificationConfigAndroid method Null safety

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

Update the notification bar settings (only supported on the Android platform).

Implementation

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