onDurationChanged property

Stream<Duration> get onDurationChanged
inherited

Duration Stream

Emits the duration when it becomes available or changes (e.g., new track).

Implementation

Stream<Duration> get onDurationChanged => _player.onDurationChanged;