onPlayerStateChanged property

Stream<BlVideoPlayerState> onPlayerStateChanged

Stream of change on video player state

Implementation

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