clearMsgNotifyAndroid method Null safety
清除消息通知栏,仅支持Android 平台
Implementation
Future<NIMResult<void>> clearMsgNotifyAndroid() {
return _platform.clearMsgNotifyAndroid();
}
清除消息通知栏,仅支持Android 平台
Future<NIMResult<void>> clearMsgNotifyAndroid() {
return _platform.clearMsgNotifyAndroid();
}