onEnded property
Stream<void>
get
onEnded
Stream for track ended notifications
Implementation
Stream<void> get onEnded => _endedController.stream;
Stream for track ended notifications
Stream<void> get onEnded => _endedController.stream;