From where the "PlayerState" class comes in audioPlayers flutter package?
I needed some help regarding using audioplayer package in flutter, i found a piece of code thats understandable except the PlayerState.PLAYING part, is this PlayerState a part of audioPlayers package or what? Code: //listen to states: playing paused stopped audioPlayer.onPlayerStateChanged.listen((state){…