in my app I have a button and I want it to disable the sound effects in the app.
When i say sound effects I mean that default button click sound for every button in my app (there are many in many pages)
I do not want to manually conditionally set enableFeedback in each button.
I tried :
SystemChannels.platform.invokeMethod('SystemSound.setEnabled', true);
but it doesn’t seem to work.
I have no problem importing a package to do so if anyone knows the suitable one ..
New contributor
Totah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.