suragch/flutter_audio_service_demo

Cancel subscription

Opened this issue · 1 comments

Super helpful article, Suragch.

Should we cancel all those stream subscriptions in the dispose method of the PageManager?

I'm finally got around to updating the article and looking at old issues. Sorry for the delay.

That's a good question. I'm kind of assuming that calling _audioHandler.stop() and _player.dispose() takes care of those streams, but I don't know that for certain.