onEnded property

Stream<void> get onEnded

Stream for track ended notifications

Implementation

Stream<void> get onEnded => _endedController.stream;