onPlayerState property

Stream<VLCState> get onPlayerState

For listening to the player status

Implementation

Stream<VLCState> get onPlayerState => _stateStreamController.stream;