I am using dart isolates to play music in background. I want to get the instance of the isolate that I spawned earlier to stop the music after closing and re-opening the Flutter App.
Is there a way to get the instance of existing isolates after re-opening the Flutter app?