onPlayerStatusChanged property
Stream<PlayerStatus>
get
onPlayerStatusChanged
use this stream to listen the player data events like stopped, playing, paused
Implementation
Stream<PlayerStatus> get onPlayerStatusChanged => playerStatus.status.stream;