onTrackStuck property

Stream<TrackStuckEvent> onTrackStuck

A stream of TrackStuckEvents emitted by this player.

Implementation

Stream<TrackStuckEvent> get onTrackStuck => _onTrackStuckController.stream;