【问题标题】:How to remove all notifications from notification bar in Flutter?如何从 Flutter 的通知栏中删除所有通知?
【发布时间】:2019-01-12 14:24:23
【问题描述】:

我想从 Flutter 的状态栏中删除所有可取消的通知。我知道如何删除我的应用通知我以前看过这篇文章,但我想删除其他应用通知。

【问题讨论】:

  • 你能做到吗?
  • @Rudy_TM 不,我做不到!

标签: android ios push-notification dart flutter


【解决方案1】:

目前有一个可用的软件包可供您使用。

clear_all_notifications

一个用于清除所有 Android 和 iOS 活动通知的 Flutter 插件

清除所有活动通知呼叫

await ClearAllNotifications.clear();

您可以查看示例here

【讨论】:

    猜你喜欢
    • 2015-04-24
    • 2011-04-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-11-21
    • 1970-01-01
    相关资源
    最近更新 更多