jiusanzhou / flutter_notification_listener

Flutter plugin to listen for and interact with all incoming notifications for Android. 一个监听手机通知的插件。
https://pub.dev/packages/flutter_notification_listener
Other
37 stars 42 forks source link

How to remove the notify? #53

Open seepine opened 3 months ago

seepine commented 3 months ago
void onData(NotificationEvent event) {
    print(event.toString());

    // can it like this?
    // event.remove()
  }
sil-main-coo commented 3 weeks ago

up

sil-main-coo commented 3 weeks ago

Hi, you can use: cancelNotification(sbn.key) in Android code. I tried it