onPlayerStateChanged property
Stream of changes on player state.
Implementation
Stream<PlayerState> get onPlayerStateChanged => _playerStateController.stream;
Stream of changes on player state.
Stream<PlayerState> get onPlayerStateChanged => _playerStateController.stream;