flutter_callkit_incoming
flutter_callkit_incoming copied to clipboard
Possibility to remove incoming call notification / CallKit notification
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.
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
ttlexpires.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?