updateNotificationConfigAndroid method Null safety
Update the notification bar settings (only supported on the Android platform).
Implementation
Future<NIMResult<void>> updateNotificationConfigAndroid(
NIMStatusBarNotificationConfig config) async {
return _platform.updateNotificationConfigAndroid(config);
}