flutter_callkit_incoming icon indicating copy to clipboard operation
flutter_callkit_incoming copied to clipboard

Possibility to remove incoming call notification / CallKit notification

Open erlingfjelstad opened this issue 2 years ago • 1 comments

I want to be able to remove the incoming call notification from dart code.

Currently the incoming call notification is dismissed on interaction or when ttl expires.

My use-case: I want the possibility to cancel the notification from dart code, so if my backend notifies me that the notification should be removed, I can remove it.

erlingfjelstad avatar Nov 21 '23 11:11 erlingfjelstad

I want to be able to remove the incoming call notification from dart code.

Currently the incoming call notification is dismissed on interaction or when ttl expires.

My use-case: I want the possibility to cancel the notification from dart code, so if my backend notifies me that the notification should be removed, I can remove it.

Any update how did you achieve this?

chiragdhunna avatar May 10 '24 11:05 chiragdhunna