onPlayerStateChanged property

Stream<PlayerState> onPlayerStateChanged

Stream of changes on player state.

Implementation

Stream<PlayerState> get onPlayerStateChanged => _playerStateController.stream;