I am working on audio_service example.
and I seems, auidoHandler.play or pause ..else callings work only like below
onPressed: auidoHandler.play
not like
onPressed : () -> {auidoHandler.play}
I did not have time to learn about dart or flutter but i have to do.
Plese enlight me.