Can you disable sound on LocalNotification update?

I have tried to disable sound with the following options:

  • vibrate: false & sound: null
  • silent: true
  • sticky: true

None of them work and all of the combinations also dont work for me.

To clarify: It shows the notification and updates it, but it plays the system default sound on the updates.

Is there any way to disable the sound on update (I update the notification every second, because there is a timer to show on it).

Or is there an even better way/plugin to use to do this? (Show progress every second)