speedStream property

Stream<double> get speedStream

Stream of speed updates

Implementation

Stream<double> get speedStream => _player.speedStream;