clearMsgNotifyAndroid method

Future<NIMResult<void>> clearMsgNotifyAndroid()

清除消息通知栏,仅支持Android 平台

Implementation

Future<NIMResult<void>> clearMsgNotifyAndroid() {
  return _platform.clearMsgNotifyAndroid();
}