durationStream property
StreamController to broadcast the total duration of the content being played.
Implementation
StreamController<Duration> durationStream = StreamController.broadcast();
StreamController to broadcast the total duration of the content being played.
StreamController<Duration> durationStream = StreamController.broadcast();