onPlayerStateChanged property

Stream<AudioPlayerState?> onPlayerStateChanged

Stream of changes on player state.

Implementation

Stream<AudioPlayerState?> get onPlayerStateChanged =>
    _playerStateController.stream;