I am using an audioplayers package. I want to start an sound from an asset and at the same time i want to start second function. It is important to start both a the same time.
I tried to async, await on audioplayer.play(). I tried onCompleted but i am still getting some deley beetwen functions.
Any ideas?