I'd like my Flutter game to start its music when the app is loaded into Chrome. Chrome disables audio autoplay because ads abuse it. Is there a way around this for a Flutter app?
Or do I have to rely on manually editing the built HTML file to include one of the general autoplay hacks, like in How to make audio autoplay on chrome ?