Hello, I'm developing an app that needs to display list of audio and if user click on a track it will pause previous playing track and play selected one. I don't want implement this functionality with play/pause button.
I have tried with:
this._audioProvider.pause(0) // currentIndex
Hello, I'm developing an app that needs to display list of audio and if user click on a track it will pause previous playing track and play selected one. I don't want implement this functionality with play/pause button.
I have tried with: this._audioProvider.pause(0) // currentIndex