syncTimeStream property

StreamController<Duration> syncTimeStream
getter/setter pair

StreamController to broadcast the sync time of the player.

Implementation

StreamController<Duration> syncTimeStream = StreamController.broadcast();