onPlayerStatusChanged property

Stream<PlayerStatus> get onPlayerStatusChanged

use this stream to listen the player data events like completed, playing, paused

Implementation

Stream<PlayerStatus> get onPlayerStatusChanged => playerStatus.status.stream;