onDurationChanged property

Stream<Duration> get onDurationChanged

Emits updates when the total duration of the audio changes.

Implementation

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