onTrackException property

Stream<TrackExceptionEvent> onTrackException

A stream of TrackExceptionEvents emitted by this player.

Implementation

Stream<TrackExceptionEvent> get onTrackException => _onTrackExceptionController.stream;